diff options
author | Fred Drake <fdrake@acm.org> | 1997-07-30 15:59:25 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1997-07-30 15:59:25 (GMT) |
commit | bc0cd37fe25d9775e87040d657db80fc0dad726f (patch) | |
tree | 3462aed8bd8bcf2820eadd5690fda2d1fa92319c /Doc | |
parent | 5e0625762e85ebc0d83c4e39564bfbde47d25cb9 (diff) | |
download | cpython-bc0cd37fe25d9775e87040d657db80fc0dad726f.zip cpython-bc0cd37fe25d9775e87040d657db80fc0dad726f.tar.gz cpython-bc0cd37fe25d9775e87040d657db80fc0dad726f.tar.bz2 |
l2h target: l2htut was listed twice and l2hapi was skipped. Fixed.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index 867148f..9a81956 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -166,7 +166,7 @@ api.ps: api.dvi # of; the prominent location makes it worth the extra step. This affects the # title pages! -l2h: l2htut l2hext l2hlib l2htut +l2h: l2htut l2hext l2hlib l2hapi l2htut: tut.dvi myformat.perl $(L2H) $(L2HARGS) tut.tex |