summaryrefslogtreecommitdiffstats
path: root/Doc/Makefile
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-03-05 16:37:34 (GMT)
committerFred Drake <fdrake@acm.org>1998-03-05 16:37:34 (GMT)
commite61d7af4db4e3a42e6be065e39d8895f5d1234d1 (patch)
treebb61b0822c5f90a102288924e41f197ead1e0b5e /Doc/Makefile
parent2888bf6cb9a9924cb87586fd7f2bdd2cba025e80 (diff)
downloadcpython-e61d7af4db4e3a42e6be065e39d8895f5d1234d1.zip
cpython-e61d7af4db4e3a42e6be065e39d8895f5d1234d1.tar.gz
cpython-e61d7af4db4e3a42e6be065e39d8895f5d1234d1.tar.bz2
latex-$(VERSION).tar.gz, tarlatex: Create the source distribution.
clean: Remove all the generatable tarballs.
Diffstat (limited to 'Doc/Makefile')
-rw-r--r--Doc/Makefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/Doc/Makefile b/Doc/Makefile
index 93258c2..f71aed6 100644
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -267,6 +267,9 @@ l2hapi: api.dvi manual.perl python.perl
info-$(VERSION).tar.gz: $(INFOFILES)
tar cf - python-???.info* | gzip -9 >$@
+latex-$(VERSION).tar.gz:
+ ./mktarball.sh
+
# This snags a PDF version if available, but doesn't fail if not.
pdf-$(VERSION).tar.gz: $(PDFFILES)
if [ -f ref/ref.pdf ] ; then cp ref/ref.pdf . ; else true ; fi
@@ -291,7 +294,9 @@ tarps: postscript-$(VERSION).tar.gz
tarpdf: pdf-$(VERSION).tar.gz
-tarballs: tarpdf tarps tarhtml tarinfo
+tarlatex: latex-$(VERSION).tar.gz
+
+tarballs: tarpdf tarps tarhtml tarinfo tarlatex
# Housekeeping targets
@@ -302,8 +307,9 @@ tarballs: tarpdf tarps tarhtml tarinfo
clean: l2hclean
rm -f @* *~ *.aux *.idx *.ilg *.ind *.log *.toc *.blg *.bbl *.py[co]
rm -f *.bak *.orig lib1.texi *.out
- rm -f html-$(VERSION).tar.gz postscript-$(VERSION).tar.gz
- rm -f pdf-$(VERSION).tar.gz
+ rm -f html-$(VERSION).tar.gz info-$(VERSION).tar.gz
+ rm -f pdf-$(VERSION).tar.gz postscript-$(VERSION).tar.gz
+ rm -f latex-$(VERSION).tar.gz
l2hclean:
rm -rf api ext lib tut