From: Fred Drake Date: Tue, 17 Feb 1998 18:20:30 +0000 (+0000) Subject: Clarified comment about the PS generation when using the all-pdf target. X-Git-Tag: v1.5.1~717 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5fd242b0850dd382b214cf23ec26133cd5a38a0e;p=python Clarified comment about the PS generation when using the all-pdf target. --- diff --git a/Doc/Makefile b/Doc/Makefile index abcf73b3be..9d915269c7 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)