From 5fd242b0850dd382b214cf23ec26133cd5a38a0e Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 17 Feb 1998 18:20:30 +0000 Subject: Clarified comment about the PS generation when using the all-pdf target. --- Doc/Makefile | 6 +++--- 1 file 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) -- cgit v0.12