File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -267,6 +267,9 @@ l2hapi: api.dvi manual.perl python.perl
267267info-$(VERSION ) .tar.gz : $(INFOFILES )
268268 tar cf - python-??? .info* | gzip -9 > $@
269269
270+ latex-$(VERSION ) .tar.gz :
271+ ./mktarball.sh
272+
270273# This snags a PDF version if available, but doesn't fail if not.
271274pdf-$(VERSION ) .tar.gz : $(PDFFILES )
272275 if [ -f ref/ref.pdf ] ; then cp ref/ref.pdf . ; else true ; fi
@@ -291,7 +294,9 @@ tarps: postscript-$(VERSION).tar.gz
291294
292295tarpdf : pdf-$(VERSION ) .tar.gz
293296
294- tarballs : tarpdf tarps tarhtml tarinfo
297+ tarlatex : latex-$(VERSION ) .tar.gz
298+
299+ tarballs : tarpdf tarps tarhtml tarinfo tarlatex
295300
296301
297302# Housekeeping targets
@@ -302,8 +307,9 @@ tarballs: tarpdf tarps tarhtml tarinfo
302307clean : l2hclean
303308 rm -f @* * ~ * .aux * .idx * .ilg * .ind * .log * .toc * .blg * .bbl * .py[co]
304309 rm -f * .bak * .orig lib1.texi * .out
305- rm -f html-$(VERSION ) .tar.gz postscript-$(VERSION ) .tar.gz
306- rm -f pdf-$(VERSION ) .tar.gz
310+ rm -f html-$(VERSION ) .tar.gz info-$(VERSION ) .tar.gz
311+ rm -f pdf-$(VERSION ) .tar.gz postscript-$(VERSION ) .tar.gz
312+ rm -f latex-$(VERSION ) .tar.gz
307313
308314l2hclean :
309315 rm -rf api ext lib tut
You can’t perform that action at this time.
0 commit comments