From 2ddb2592baf46a0360694b865b51f6c97a02f971 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Tue, 15 Dec 1998 15:33:08 +0000 Subject: Added back magic target, handy to force update of magic. --- doc/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc/Makefile') diff --git a/doc/Makefile b/doc/Makefile index bfa9d855..32c5bcc1 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -97,7 +97,9 @@ distclean: clean ## texi: update magic comments in texi from docstrings in code. ## (developer use only!) ## -$(DOCNAME).texi: ../*/*.el +$(DOCNAME).texi: ../*/*.el + $(MAKE) magic +magic: $(EMACS) -l docstring-magic.el $(DOCNAME).texi -f texi-docstring-magic -f save-buffer -- cgit v1.2.3