X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=copyright-format%2FMakefile;h=6d26018acbe6f385017d49b312422beb507c0e4e;hb=8923e883eaadc169a6b12dd84c1d64927201f237;hp=92ef4f3c357addff88e05b3f8aaf0eb66a98b93a;hpb=042e857f4ba0155b2bcf47d59cd500527039fd99;p=debian%2Fdebian-policy.git diff --git a/copyright-format/Makefile b/copyright-format/Makefile index 92ef4f3..6d26018 100644 --- a/copyright-format/Makefile +++ b/copyright-format/Makefile @@ -1,7 +1,7 @@ all: copyright-format-1.0.txt.gz copyright-format-1.0.html copyright-format-1.0.html: copyright-format-1.0.xml html.dsl - jade -V nochunks -t sgml -d html.dsl \ + openjade -V nochunks -t sgml -d html.dsl \ /usr/share/xml/declaration/xml.dcl $< > $@ -tidy -q -i -m -f /dev/null $@ @@ -9,7 +9,7 @@ copyright-format-1.0.txt: copyright-format-1.0.html links -dump $< | perl -pe 's/[\r\0]//g' > $@ copyright-format-1.0.txt.gz: copyright-format-1.0.txt - gzip -cf9 $< > $@ + gzip -ncf9 $< > $@ clean: rm -f *.css *.html *.txt *.txt.gz