diff options
author | Fred Drake <fdrake@acm.org> | 1998-05-07 15:05:56 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-05-07 15:05:56 (GMT) |
commit | 106fe12ebf036f607a383d48def4124fbbd89744 (patch) | |
tree | 4cc7817803cbdc48edb0392bb423e7fc5b09641a /Doc/Makefile | |
parent | 9cdf08797eafb2b11986e7300b6cd085420f6f1e (diff) | |
download | cpython-106fe12ebf036f607a383d48def4124fbbd89744.zip cpython-106fe12ebf036f607a383d48def4124fbbd89744.tar.gz cpython-106fe12ebf036f607a383d48def4124fbbd89744.tar.bz2 |
Better go ahead and remove some cruftiness....
Diffstat (limited to 'Doc/Makefile')
-rw-r--r-- | Doc/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index 7053958..215a24e 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -109,12 +109,6 @@ lib: lib.ps ext: ext.ps api: api.ps -# All formats for a single document -api-all: api.dvi api.pdf api.ps l2hapi -ext-all: ext.dvi ext.pdf ext.ps l2hext -lib-all: lib.dvi lib.pdf lib.ps l2hlib -tut-all: tut.dvi tut.pdf tut.ps l2htut - # Rules to build PostScript and PDF formats .SUFFIXES: .dvi .ps .pdf .tex |