From 00dbb88bd5fab96e68edeb8d540025e0b1acd773 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Fri, 14 Dec 2007 16:46:11 +0000 Subject: Prevent magic during dist --- doc/Makefile.doc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/Makefile.doc') diff --git a/doc/Makefile.doc b/doc/Makefile.doc index c6531b95..3abe431a 100644 --- a/doc/Makefile.doc +++ b/doc/Makefile.doc @@ -154,7 +154,8 @@ distclean: clean ## texi: update magic comments in texi from docstrings in code. ## (developer use only!) ## -$(DOCNAME).texi: ../*/*.el +## remove this for now: no magic during dist ../*/*.el +$(DOCNAME).texi: $(MAKE) magic magic: $(EMACS) $(EMACSFLAGS) -l ./docstring-magic.el $(DOCNAME).texi -f texi-docstring-magic -f save-buffer -- cgit v1.2.3