mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-09 13:30:26 +02:00
* Add ETAGS_ARGS decls so that more stuff gets tagged.
This commit is contained in:
parent
98347362c7
commit
ee148ae7b9
4 changed files with 13 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2001-11-30 Neil Jerram <neil@ossau.uklinux.net>
|
||||
|
||||
* Makefile.am (EXTRA_DIST): Refer to $(ice9_DATA) rather than
|
||||
readline.scm explicitly.
|
||||
(ETAGS_ARGS): Added.
|
||||
|
||||
2001-11-04 Stefan Jahn <stefan@lkcc.org>
|
||||
|
||||
* configure.in (EXTRA_DEFS): Follow-up patch. Using SCM_IMPORT
|
||||
|
|
|
@ -48,7 +48,8 @@ SUFFIXES = .x
|
|||
$(GUILE_SNARF) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $< > $@ \
|
||||
|| { rm $@; false; }
|
||||
|
||||
EXTRA_DIST = readline.scm
|
||||
EXTRA_DIST = $(ice9_DATA)
|
||||
ETAGS_ARGS = $(ice9_DATA)
|
||||
|
||||
MKDEP = gcc -M -MG $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
|
||||
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2001-11-30 Neil Jerram <neil@ossau.uklinux.net>
|
||||
|
||||
* Makefile.am (ETAGS_ARGS): Added.
|
||||
|
||||
2001-11-12 Marius Vollmer <mvo@zagadka.ping.de>
|
||||
|
||||
* srfi-4.c: Use HAVE_LONG_LONG instead of HAVE_LONG_LONGS and test
|
||||
|
|
|
@ -57,6 +57,7 @@ srfi_DATA = srfi-1.scm \
|
|||
srfi-19.scm
|
||||
|
||||
EXTRA_DIST = $(srfi_DATA)
|
||||
ETAGS_ARGS = $(srfi_DATA)
|
||||
|
||||
GUILE_SNARF = ../libguile/guile-snarf
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue