summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-08-23 15:33:51 (GMT)
committerGuido van Rossum <guido@python.org>1996-08-23 15:33:51 (GMT)
commitf8daa4f7d92225659f8baceb81a0a6569d96640e (patch)
tree3f3ec1c83014a549a93faed59a78a99f36c1f7f9 /Doc
parent0011d93ee3c7d0fdd57eb88fb54fe3a7030c9088 (diff)
downloadcpython-f8daa4f7d92225659f8baceb81a0a6569d96640e.zip
cpython-f8daa4f7d92225659f8baceb81a0a6569d96640e.tar.gz
cpython-f8daa4f7d92225659f8baceb81a0a6569d96640e.tar.bz2
Changes to dependencies (Fred)
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Doc/Makefile b/Doc/Makefile
index 81d8e72..3ff2768 100644
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -141,7 +141,7 @@ lib.ps: lib.dvi
$(DVIPS) lib >lib.ps
# Extensions document
-ext.dvi: ext.tex
+ext.dvi: ext.tex extref.tex
touch ext.ind
$(LATEX) ext
./fix_hack ext.idx
@@ -201,17 +201,17 @@ libwww: lib.texi
l2h: l2htut l2href l2hext
-l2htut: tut
+l2htut: tut.dvi
$(L2H) $(L2HARGS) tut.tex
@rm -rf python-tut
mv tut python-tut
-l2href: ref
+l2href: ref.dvi
$(L2H) $(L2HARGS) ref.tex
@rm -rf python-ref
mv ref python-ref
-l2hext: ext
+l2hext: ext.dvi
$(L2H) $(L2HARGS) ext.tex
@rm -rf python-ext
mv ext python-ext
@@ -219,7 +219,7 @@ l2hext: ext
# This target doesn't quite work, since l2h doesn't understand the
# funcdesc and similar environments, and turns them into GIF images.
# Use the "libwww" target above instead.
-l2hlib: lib
+l2hlib: lib.dvi
$(L2H) $(L2HARGS) lib.tex
@rm -rf python-lib
mv lib python-lib