diff options
author | Fred Drake <fdrake@acm.org> | 1998-05-08 02:00:48 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-05-08 02:00:48 (GMT) |
commit | 566d20951d2192ffe7ff77e367227208e014bcc2 (patch) | |
tree | efdefddc7baf30a5e0c2110c9e86c23ccf385278 | |
parent | 19c7c84db887f660b282c6b41993aa24936d4bbf (diff) | |
download | cpython-566d20951d2192ffe7ff77e367227208e014bcc2.zip cpython-566d20951d2192ffe7ff77e367227208e014bcc2.tar.gz cpython-566d20951d2192ffe7ff77e367227208e014bcc2.tar.bz2 |
Oops! Must have deleted a word by accident before the last check-in of this
file; "make" (the 'all' target) became a no-op!
Now works as previously described.
-rw-r--r-- | Doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index f080215..b8d0535 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -89,7 +89,7 @@ MKHTML= TEXINPUTS=$(TEXINPUTS) $(srcdir)/tools/mkhtml.sh MKPDF= TEXINPUTS=$(TEXINPUTS) $(srcdir)/tools/mkdvi.sh --pdf # Main target -all: +all: all-ps all-dvi: (cd paper-$(PAPER); $(MAKE) all-dvi) |