Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2335a30

Browse files
committed
When building the tarball of the PostScript files, also generate & include a
little README giving the page count of each file when printed.
1 parent 7c86c59 commit 2335a30

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Doc/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,8 @@ pdf-$(PAPER)-$(RELEASE).tgz: pdf
199199
(cd paper-$(PAPER); tar cf - *.pdf) | gzip -9 >$@
200200

201201
postscript-$(PAPER)-$(RELEASE).tgz: ps
202-
(cd paper-$(PAPER); tar cf - *.ps) | gzip -9 >$@
202+
(cd paper-$(PAPER); $(MAKE) README)
203+
(cd paper-$(PAPER); tar cf - *.ps README) | gzip -9 >$@
203204

204205
html-$(RELEASE).tgz: $(HTMLDIR)/api/api.html $(HTMLDIR)/ext/ext.html \
205206
$(HTMLDIR)/lib/lib.html $(HTMLDIR)/mac/mac.html \

0 commit comments

Comments
 (0)