remove gzipped archives from the list of expected distributions
This commit is contained in:
parent
6011a3c874
commit
2e6fb4634c
10
Doc/Makefile
10
Doc/Makefile
|
@ -675,11 +675,11 @@ bziplatex: latex-$(RELEASE).tar.bz2
|
|||
|
||||
bzips: bzippdf bzipps bziphtml
|
||||
|
||||
disthtml: tarhtml bziphtml ziphtml
|
||||
distinfo: tarinfo bzipinfo
|
||||
distps: tarps bzipps zipps
|
||||
distpdf: tarpdf bzippdf zippdf
|
||||
distlatex: tarlatex bziplatex ziplatex
|
||||
disthtml: bziphtml ziphtml
|
||||
distinfo: bzipinfo
|
||||
distps: bzipps zipps
|
||||
distpdf: bzippdf zippdf
|
||||
distlatex: bziplatex ziplatex
|
||||
|
||||
# We use the "pkglist" target at the end of these to ensure the
|
||||
# package list is updated after building either of these; this seems a
|
||||
|
|
Loading…
Reference in New Issue