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

Skip to content

Commit fc4ee0a

Browse files
committed
Add convenience targets that build all archive types for single formatting
versions.
1 parent 8d00a0f commit fc4ee0a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Doc/Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,12 @@ bziplatex: latex-$(RELEASE).tar.bz2
387387

388388
bzips: bzippdf bzipps bziphtml
389389

390+
disthtml: tarhtml bziphtml ziphtml
391+
distinfo: tarinfo bzipinfo
392+
distps: tarps bzipps zipps
393+
distpdf: tarpdf bzippdf zippdf
394+
distlatex: tarlatex bziplatex ziplatex
395+
390396
distfiles: tarballs zips bzips
391397
$(TOOLSDIR)/mksourcepkg --all $(RELEASE)
392398

0 commit comments

Comments
 (0)