Added texinputs/pypaper.sty to the list of manual style files, so that the
.dvi files are properly dependent on it.
This commit is contained in:
parent
5430b432e6
commit
8e7c82648f
|
@ -162,7 +162,7 @@ all-formats: $(PSFILES) $(PDFFILES)
|
||||||
# We really need some support of dependency generator for this...
|
# We really need some support of dependency generator for this...
|
||||||
|
|
||||||
MANSTYLES=texinputs/fncychap.sty texinputs/manual.cls \
|
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
|
COMMONTEX=$(MANSTYLES) texinputs/copyright.tex texinputs/boilerplate.tex
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue