Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e61d7af

Browse files
committed
latex-$(VERSION).tar.gz, tarlatex: Create the source distribution.
clean: Remove all the generatable tarballs.
1 parent 2888bf6 commit e61d7af

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

Doc/Makefile

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,9 @@ l2hapi: api.dvi manual.perl python.perl
267267
info-$(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.
271274
pdf-$(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

292295
tarpdf: 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
302307
clean: 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

308314
l2hclean:
309315
rm -rf api ext lib tut

0 commit comments

Comments
 (0)