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

Skip to content

Commit a577aa2

Browse files
committed
Remove the bzip2 archives from the "distfiles" target. There are not
enough downloads to keep this around.
1 parent d2f5a9a commit a577aa2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,8 +327,8 @@ bziplatex: latex-$(RELEASE).tar.bz2
327327

328328
bzips: bzippdf bzipps bziphtml
329329

330-
distfiles: tarballs zips bzips
331-
$(TOOLSDIR)/mksourcepkg --all $(RELEASE)
330+
distfiles: tarballs zips
331+
$(TOOLSDIR)/mksourcepkg --zip --gzip $(RELEASE)
332332

333333

334334
# Housekeeping targets

0 commit comments

Comments
 (0)