From: Fred Drake Date: Mon, 22 Jun 1998 17:14:47 +0000 (+0000) Subject: Added texinputs/pypaper.sty to the list of manual style files, so that the X-Git-Tag: v1.5.2a1~435 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8e7c82648f366c4ced1dd7faf1387d04995529ec;p=thirdparty%2FPython%2Fcpython.git Added texinputs/pypaper.sty to the list of manual style files, so that the .dvi files are properly dependent on it. --- diff --git a/Doc/Makefile b/Doc/Makefile index 084611925f41..d61b1a1f90c3 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