mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-18 01:30:27 +02:00
Create tags for Scheme source
* am/guilec: Set ETAGS_ARGS. * module/Makefile.am: When adding sources to EXTRA_DIST, add them to ETAGS_ARGS too.
This commit is contained in:
parent
cf313a947b
commit
4fb23c1722
2 changed files with 6 additions and 0 deletions
|
@ -30,6 +30,7 @@ CLEANFILES += ice-9/eval.go
|
|||
nobase_mod_DATA += ice-9/eval.scm
|
||||
nobase_ccache_DATA += ice-9/eval.go
|
||||
EXTRA_DIST += ice-9/eval.scm
|
||||
ETAGS_ARGS += ice-9/eval.scm
|
||||
|
||||
# We can compile these in any order, but it's fastest if we compile
|
||||
# psyntax and boot-9 first, then the compiler itself, then the rest of
|
||||
|
@ -66,6 +67,10 @@ EXTRA_DIST += \
|
|||
ice-9/test.scm \
|
||||
ice-9/compile-psyntax.scm \
|
||||
ice-9/ChangeLog-2008
|
||||
ETAGS_ARGS += \
|
||||
ice-9/test.scm \
|
||||
ice-9/compile-psyntax.scm \
|
||||
ice-9/ChangeLog-2008
|
||||
|
||||
include $(top_srcdir)/am/pre-inst-guile
|
||||
ice-9/psyntax-pp.scm.gen:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue