summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-03-03 22:39:37 (GMT)
committerFred Drake <fdrake@acm.org>1998-03-03 22:39:37 (GMT)
commit12577abe2e0577dcd6e1d7180b29c28bc14eafb6 (patch)
tree91bc156043e584b145c5148ae7ad7e8b74e32f79
parentdcb5e7f3892da0a8f7bb8ac518a2053c04ed1e43 (diff)
downloadcpython-12577abe2e0577dcd6e1d7180b29c28bc14eafb6.zip
cpython-12577abe2e0577dcd6e1d7180b29c28bc14eafb6.tar.gz
cpython-12577abe2e0577dcd6e1d7180b29c28bc14eafb6.tar.bz2
For each of the l2h??? targets, remove the sed hack that rips out a comma;
it no longer appears to be needed.
-rw-r--r--Doc/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/Doc/Makefile b/Doc/Makefile
index 6d23a4f..534fa4c 100644
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -239,26 +239,16 @@ lib.texi: python-lib.texi
# a (trivial) index.html. Change the definition of $ICONSERVER in
# .latex2html-init to use a different location for the icons directory.
-# The sed hack rips out a superfluous comma which I haven't found the
-# source of. The prominent location makes it worth the extra step;
-# this affects the title pages!
-
l2h: l2hapi l2hext l2hlib l2htut
l2htut: tut.dvi manual.perl python.perl
$(L2H) $(L2HARGS) tut.tex
(cd tut; ../node2label.pl *.html)
- sed 's/^<P CLASS=ABSTRACT>,/<P CLASS=ABSTRACT>/' \
- <tut/tut.html >tut/xxx
- mv tut/xxx tut/tut.html
ln -s tut.html tut/index.html || true
l2hext: ext.dvi manual.perl python.perl
$(L2H) $(L2HARGS) ext.tex
(cd ext; ../node2label.pl *.html)
- sed 's/^<P CLASS=ABSTRACT>,/<P CLASS=ABSTRACT>/' \
- <ext/ext.html >ext/xxx
- mv ext/xxx ext/ext.html
ln -s ext.html ext/index.html || true
l2hlib: lib.dvi manual.perl python.perl
@@ -267,17 +257,11 @@ l2hlib: lib.dvi manual.perl python.perl
if [ -d lib ] ; then rm -f lib/*.html ; fi
$(L2H) $(L2HARGS) lib.tex
(cd lib; ../node2label.pl *.html)
- sed 's/^<P CLASS=ABSTRACT>,/<P CLASS=ABSTRACT>/' \
- <lib/lib.html >lib/xxx
- mv lib/xxx lib/lib.html
ln -s lib.html lib/index.html || true
l2hapi: api.dvi manual.perl python.perl
$(L2H) $(L2HARGS) api.tex
(cd api; ../node2label.pl *.html)
- sed 's/^<P CLASS=ABSTRACT>,/<P CLASS=ABSTRACT>/' \
- <api/api.html >api/xxx
- mv api/xxx api/api.html
ln -s api.html api/index.html || true
info-$(VERSION).tar.gz: $(INFOFILES)