diff options
Diffstat (limited to 'Doc')
-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 |