diff options
author | Fred Drake <fdrake@acm.org> | 1998-08-28 21:17:07 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-08-28 21:17:07 (GMT) |
commit | 7c86c594ead7a6168bf6e6925cf8c82e45af66e4 (patch) | |
tree | fe08cd845017b14d2f5ee466fc8bdaf6af83db06 /Doc/paper-letter | |
parent | 47f69067d5208d0839e1f79d8bb3348c4ddfd255 (diff) | |
download | cpython-7c86c594ead7a6168bf6e6925cf8c82e45af66e4.zip cpython-7c86c594ead7a6168bf6e6925cf8c82e45af66e4.tar.gz cpython-7c86c594ead7a6168bf6e6925cf8c82e45af66e4.tar.bz2 |
Target to generate a little README file with the page counts of the PostScript
files.
Diffstat (limited to 'Doc/paper-letter')
-rw-r--r-- | Doc/paper-letter/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/paper-letter/Makefile b/Doc/paper-letter/Makefile index e79d93d..e193bc9 100644 --- a/Doc/paper-letter/Makefile +++ b/Doc/paper-letter/Makefile @@ -71,6 +71,10 @@ pdf: $(PDFFILES) ps: $(PSFILES) +README: $(PSFILES) + $(TOOLSDIR)/getpagecounts >$@ + + # Python Library Reference lib.dvi: $(TOOLSDIR)/indfix.py $(LIBFILES) $(TOOLSDIR)/newind.py >$*.ind |