mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-02 13:00:26 +02:00
* Makefile.in (TAGS tags): Find the source files in $srcdir.
This commit is contained in:
parent
8828ddcab9
commit
f0bfd97ebb
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ realclean:
|
||||||
TAGS tags:
|
TAGS tags:
|
||||||
etags \
|
etags \
|
||||||
--regex='/SCM_PROC[^"]*"[^"]*"/' \
|
--regex='/SCM_PROC[^"]*"[^"]*"/' \
|
||||||
`find . -name '*.[ch]' -o -name '*.scm'`
|
`find ${srcdir} -name '*.[ch]' -o -name '*.scm'`
|
||||||
|
|
||||||
#`info'
|
#`info'
|
||||||
# Generate any info files needed. The best way to write the rules
|
# Generate any info files needed. The best way to write the rules
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue