From 7168d75dd3b8deed1c7401b9d4ff31fee426440b Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Tue, 26 Apr 2011 15:06:47 +0000 Subject: Update magic, tweak Makefile to make sure magic uses source .els --- 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 ff673b0c..937e0b97 100644 --- a/doc/Makefile.doc +++ b/doc/Makefile.doc @@ -150,11 +150,12 @@ distclean: clean ## ## texi: update magic comments in texi from docstrings in code. ## (developer use only!) +## Must be run from source .els otherwise function arguments lost ## -## remove this for now: no magic during dist ../*/*.el $(DOCNAME).texi: $(MAKE) magic magic: + (cd ..; make clean) $(EMACS) $(EMACSFLAGS) -batch -l ./docstring-magic.el $(DOCNAME).texi -f texi-docstring-magic -f save-buffer debugmagic: -- cgit v1.2.3