diff options
author | Fred Drake <fdrake@acm.org> | 1998-06-22 17:14:47 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-06-22 17:14:47 (GMT) |
commit | 8e7c82648f366c4ced1dd7faf1387d04995529ec (patch) | |
tree | acc9509b38d61cf1768e0044b26a1d5f495f4d6a /Doc/Makefile | |
parent | 5430b432e6a40c45b790afb2e21668d8164342a6 (diff) | |
download | cpython-8e7c82648f366c4ced1dd7faf1387d04995529ec.zip cpython-8e7c82648f366c4ced1dd7faf1387d04995529ec.tar.gz cpython-8e7c82648f366c4ced1dd7faf1387d04995529ec.tar.bz2 |
Added texinputs/pypaper.sty to the list of manual style files, so that the
.dvi files are properly dependent on it.
Diffstat (limited to 'Doc/Makefile')
-rw-r--r-- | Doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index 0846119..d61b1a1 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -162,7 +162,7 @@ all-formats: $(PSFILES) $(PDFFILES) # We really need some support of dependency generator for this... MANSTYLES=texinputs/fncychap.sty texinputs/manual.cls \ - texinputs/python.sty texinputs/myindex.ist + texinputs/python.sty texinputs/pypaper.sty texinputs/myindex.ist COMMONTEX=$(MANSTYLES) texinputs/copyright.tex texinputs/boilerplate.tex |