ports/math/proofgeneral/files/patch-doc-Makefile.doc
Rong-En Fan 111ea77efc - Update to 3.7
PR:		ports/120987
Submitted by:	Timothy Bourke <timbob at bigpond.com> (maintainer)
2008-04-04 12:13:33 +00:00

17 lines
693 B
Text

--- doc/Makefile.doc.orig 2008-02-23 15:11:19.000000000 +1100
+++ doc/Makefile.doc 2008-02-23 15:10:59.000000000 +1100
@@ -155,10 +155,10 @@
## (developer use only!)
##
## remove this for now: no magic during dist ../*/*.el
-$(DOCNAME).texi:
- $(MAKE) magic
-magic:
- $(EMACS) $(EMACSFLAGS) -batch -l ./docstring-magic.el $(DOCNAME).texi -f texi-docstring-magic -f save-buffer
+#$(DOCNAME).texi:
+# $(MAKE) magic
+#magic:
+# $(EMACS) $(EMACSFLAGS) -batch -l ./docstring-magic.el $(DOCNAME).texi -f texi-docstring-magic -f save-buffer
debugmagic:
$(EMACS) $(EMACFLAGS) -eval '(setq debug-on-error t)' -l ./docstring-magic.el $(DOCNAME).texi -f texi-docstring-magic -f save-buffer