diff options
author | Fred Drake <fdrake@acm.org> | 1999-10-29 20:49:23 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-10-29 20:49:23 (GMT) |
commit | c6d45afb1b14b32847a7d385cdee034c88eaa6d3 (patch) | |
tree | 52c06a7d9491913d3a4c7ba792af1bb905b3efa5 /Doc/paper-letter | |
parent | 6cf186b867dbaf2eef3d693fbb1fe155b58486b7 (diff) | |
download | cpython-c6d45afb1b14b32847a7d385cdee034c88eaa6d3.zip cpython-c6d45afb1b14b32847a7d385cdee034c88eaa6d3.tar.gz cpython-c6d45afb1b14b32847a7d385cdee034c88eaa6d3.tar.bz2 |
Straighten out dependencies so changes in the texinputs/* get reflected.
Diffstat (limited to 'Doc/paper-letter')
-rw-r--r-- | Doc/paper-letter/Makefile | 29 |
1 files changed, 6 insertions, 23 deletions
diff --git a/Doc/paper-letter/Makefile b/Doc/paper-letter/Makefile index dc1bb20..a87653b 100644 --- a/Doc/paper-letter/Makefile +++ b/Doc/paper-letter/Makefile @@ -35,31 +35,14 @@ PSFILES= $(MANPSFILES) $(HOWTOPSFILES) include ../Makefile.deps -COMMONSTYLES= ../texinputs/python.sty \ - ../texinputs/pypaper.sty \ - ../texinputs/python.ist - -COMMONTEX= ../texinputs/copyright.tex \ - ../texinputs/boilerplate.tex - -MANSTYLES= ../texinputs/fncychap.sty \ - ../texinputs/manual.cls \ - $(COMMONSTYLES) - -HOWTOSTYLES= ../texinputs/howto.cls \ - $(COMMONSTYLES) - SCRIPTS: ../tools/fix_hack ../tools/mkdvi.sh ../tools/indfix.py -$(DVIFILES): $(SCRIPTS) $(COMMONTEX) -$(PDFFILES): $(SCRIPTS) $(COMMONTEX) - -$(MANDVIFILES): $(MANSTYLES) -$(MANPDFFILES): $(MANSTYLES) +$(DVIFILES): $(SCRIPTS) +$(PDFFILES): $(SCRIPTS) -$(HOWTODVIFILES): ../tools/mkhowto $(HOWTOSTYLES) -$(HOWTOPDFFILES): ../tools/mkhowto $(HOWTOSTYLES) +$(HOWTODVIFILES): ../tools/mkhowto +$(HOWTOPDFFILES): ../tools/mkhowto # Rules to build PostScript and PDF formats @@ -87,10 +70,10 @@ api.pdf: $(APIFILES) $(MKPDF) api # Documenting Python -doc.dvi: $(DOCFILES) ../texinputs/ltxmarkup.sty +doc.dvi: $(DOCFILES) $(MKHOWTO) --dvi ../doc/doc.tex -doc.pdf: $(DOCCFILES) ../texinputs/ltxmarkup.sty +doc.pdf: $(DOCFILES) $(MKHOWTO) --pdf ../doc/doc.tex # Extending and Embedding the Python Interpreter |