X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Makefile;h=10b0f5ad104db2e2f443df42bda9e1d84a830eb0;hb=8923e883eaadc169a6b12dd84c1d64927201f237;hp=4b7f62dbb6b7f12189c7247715a967d975c0b8a8;hpb=1bf392602c0f567b2b01614e51dd70387e1f68f5;p=debian%2Fdebian-policy.git diff --git a/Makefile b/Makefile index 4b7f62d..10b0f5a 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ perl-policy.sgml: version.ent --funcall org-html-export-to-html %.validate: % - nsgmls -wall -gues $< + onsgmls -wall -gues $< %.html/index.html: %.sgml LANG=C debiandoc2html $< @@ -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