When building the tarball of the PostScript files, also generate & include a

little README giving the page count of each file when printed.
This commit is contained in:
Fred Drake 1998-08-28 21:17:58 +00:00
parent 7c86c594ea
commit 2335a305e5
1 changed files with 2 additions and 1 deletions

View 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 \