mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-01 12:20:26 +02:00
* Makefile.am (MAINTAINERCLEANFILES): be sure to remove
c-tokenize.c when doing maintainer-clean.
This commit is contained in:
parent
093e7da4bc
commit
ee0c0e034c
2 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
||||||
2001-06-25 Michael Livshin <mlivshin@bigfoot.com>
|
2001-06-25 Michael Livshin <mlivshin@bigfoot.com>
|
||||||
|
|
||||||
|
* Makefile.am (MAINTAINERCLEANFILES): be sure to remove
|
||||||
|
c-tokenize.c when doing maintainer-clean.
|
||||||
|
|
||||||
* snarf.h (SCM_SNARF_DOCS): change the "grammar" slightly.
|
* snarf.h (SCM_SNARF_DOCS): change the "grammar" slightly.
|
||||||
|
|
||||||
* guile-snarf-docs.in, guile-snarf-docs-texi.in: rewrite &
|
* guile-snarf-docs.in, guile-snarf-docs-texi.in: rewrite &
|
||||||
|
|
|
@ -262,3 +262,5 @@ MOSTLYCLEANFILES = \
|
||||||
cpp_sig_symbols_here cpp_sig_symbols_diff cpp_sig_symbols_new
|
cpp_sig_symbols_here cpp_sig_symbols_diff cpp_sig_symbols_new
|
||||||
|
|
||||||
CLEANFILES = libpath.h *.x *.doc guile-procedures.txt guile.texi
|
CLEANFILES = libpath.h *.x *.doc guile-procedures.txt guile.texi
|
||||||
|
|
||||||
|
MAINTAINERCLEANFILES = c-tokenize.c
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue