summaryrefslogtreecommitdiffstats
path: root/Doc/Makefile
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-02-17 18:20:30 (GMT)
committerFred Drake <fdrake@acm.org>1998-02-17 18:20:30 (GMT)
commit5fd242b0850dd382b214cf23ec26133cd5a38a0e (patch)
tree6caba561835dbe93d7c8dd1dd7a6ed73e83f3e05 /Doc/Makefile
parent30d17825ac16723fa67a038cffaed239bc6b7249 (diff)
downloadcpython-5fd242b0850dd382b214cf23ec26133cd5a38a0e.zip
cpython-5fd242b0850dd382b214cf23ec26133cd5a38a0e.tar.gz
cpython-5fd242b0850dd382b214cf23ec26133cd5a38a0e.tar.bz2
Clarified comment about the PS generation when using the all-pdf target.
Diffstat (limited to 'Doc/Makefile')
-rw-r--r--Doc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/Makefile b/Doc/Makefile
index abcf73b..9d91526 100644
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -83,9 +83,9 @@ all-dvi: $(DVIFILES)
all-pdf: $(PDFFILES)
all-ps: $(PSFILES)
-# This target gets both the PDF and PS files updated; the more specific
-# targets above don't ensure that both are done if the "alternate" rules
-# (using pdflatex) for PDF generation are used.
+# This target gets both the PDF and PS files updated; the all-pdf target
+# above doesn't ensure that both are done if the "alternate" rule (using
+# pdflatex) for PDF generation is used.
#
all-formats: $(PSFILES) $(PDFFILES)