aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/Makefile.doc
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2008-01-17 12:50:26 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2008-01-17 12:50:26 +0000
commit65bd9ad4ddb2a7513f551f628e9c63e4ddb6cfed (patch)
tree7119524de27a9d094524273d5e712b6b13f74089 /doc/Makefile.doc
parent5a8829c9bbec1af74c86333dc6ba4cc6b5ce19a5 (diff)
Fix typo.
Diffstat (limited to 'doc/Makefile.doc')
-rw-r--r--doc/Makefile.doc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.doc b/doc/Makefile.doc
index c69c668b..0c844c7a 100644
--- a/doc/Makefile.doc
+++ b/doc/Makefile.doc
@@ -161,7 +161,7 @@ magic:
$(EMACS) $(EMACSFLAGS) -l ./docstring-magic.el $(DOCNAME).texi -f texi-docstring-magic -f save-buffer
debugmagic:
- $(EMAC) $(EMACFLAGS) -eval '(setq debug-on-error t)' -l ./docstring-magic.el PG-adapting.texi -f texi-docstring-magic -f save-buffer
+ $(EMACS) $(EMACFLAGS) -eval '(setq debug-on-error t)' -l ./docstring-magic.el $(DOCNAME).texi -f texi-docstring-magic -f save-buffer