X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Makefile;h=aa5408f8ee6e1985c8f472fe263882768cfb2eb8;hb=1a7c25bf774de740f27b565482be76e5f199e2bf;hp=4b7f62dbb6b7f12189c7247715a967d975c0b8a8;hpb=b4116fd6114844337029f3ec85e0acee0332474d;p=debian%2Fdebian-policy.git diff --git a/Makefile b/Makefile index 4b7f62d..aa5408f 100644 --- a/Makefile +++ b/Makefile @@ -25,25 +25,25 @@ perl-policy.sgml: version.ent rmdir $*-1d.html %.html.tar.gz: %.html/index.html - tar -czf $(<:/index.html=.tar.gz) $(<:/index.html=) + GZIP=-n9 tar -czf $(<:/index.html=.tar.gz) $(<:/index.html=) %.txt: %.sgml LANG=C debiandoc2text $< %.txt.gz: %.txt - gzip -cf9 $< > $@ + gzip -ncf9 $< > $@ %.ps: %.sgml LANG=C debiandoc2latexps $< %.ps.gz: %.ps - gzip -cf9 $< > $@ + gzip -ncf9 $< > $@ %.pdf: %.sgml LANG=C debiandoc2latexpdf $< %.pdf.gz: %.pdf - gzip -cf9 $< > $@ + gzip -ncf9 $< > $@ # This is a temporary hack to fold the upgrading-checklist into the Policy # HTML directory so that it can be deployed alongside Policy on