summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-02-11 14:43:38 (GMT)
committerFred Drake <fdrake@acm.org>1998-02-11 14:43:38 (GMT)
commit5d8f0edc33d51266d8c4eb452ed3df60c3235a7b (patch)
tree2535979aa3f04e81e952f9a7614bca1bb7533b7c /Doc
parenta28eb3a8cb5210ef199336f3d80afd5b93058db2 (diff)
downloadcpython-5d8f0edc33d51266d8c4eb452ed3df60c3235a7b.zip
cpython-5d8f0edc33d51266d8c4eb452ed3df60c3235a7b.tar.gz
cpython-5d8f0edc33d51266d8c4eb452ed3df60c3235a7b.tar.bz2
Add copyright.tex and boilerplate.tex to the common dependencies for .dvi
files.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile
index cc20439..b9d22d8 100644
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -93,7 +93,9 @@ api: api.ps
$(DISTILL) $<
# Dependencies
-tut.dvi lib.dvi ext.dvi api.dvi: myformat.sty fix_hack
+COMMONTEX=myformat.sty copyright.tex boilerplate.tex
+
+tut.dvi lib.dvi ext.dvi api.dvi: fix_hack $(COMMONTEX)
# Tutorial document
tut.dvi: tut.tex