]> granicus.if.org Git - python/commitdiff
When building the tarball of the PostScript files, also generate & include a
authorFred Drake <fdrake@acm.org>
Fri, 28 Aug 1998 21:17:58 +0000 (21:17 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 28 Aug 1998 21:17:58 +0000 (21:17 +0000)
little README giving the page count of each file when printed.

Doc/Makefile

index ff654cda491abc477be59b9f2b158ba6f5b64b79..fb77b9135ed89454610e00ed7932fc43a98eecd2 100644 (file)
@@ -199,7 +199,8 @@ pdf-$(PAPER)-$(RELEASE).tgz: pdf
        (cd paper-$(PAPER); tar cf - *.pdf) | gzip -9 >$@
 
 postscript-$(PAPER)-$(RELEASE).tgz: ps
-       (cd paper-$(PAPER); tar cf - *.ps) | gzip -9 >$@
+       (cd paper-$(PAPER); $(MAKE) README)
+       (cd paper-$(PAPER); tar cf - *.ps README) | gzip -9 >$@
 
 html-$(RELEASE).tgz: $(HTMLDIR)/api/api.html $(HTMLDIR)/ext/ext.html \
                     $(HTMLDIR)/lib/lib.html $(HTMLDIR)/mac/mac.html \