X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debconf_spec%2FMakefile;h=cdfd135d50d75802d5443a434e6859f13c1ac4cf;hb=8923e883eaadc169a6b12dd84c1d64927201f237;hp=e44ac081e69d553fa409e1feab6e13cdfc10a559;hpb=ffa5b13ed9053f5e6ab1180ca1093bef3cbff6c1;p=debian%2Fdebian-policy.git diff --git a/debconf_spec/Makefile b/debconf_spec/Makefile index e44ac08..cdfd135 100644 --- a/debconf_spec/Makefile +++ b/debconf_spec/Makefile @@ -1,15 +1,15 @@ all: debconf_specification.txt.gz debconf_specification.html %.html: %.xml html.dsl - jade -V nochunks -t sgml -d html.dsl \ - /usr/lib/sgml/declaration/xml.dcl $< > $@ + openjade -V nochunks -t sgml -d html.dsl \ + /usr/share/xml/declaration/xml.dcl $< > $@ -tidy -q -i -m -f /dev/null $@ %.txt: %.html links -dump $< | perl -pe 's/[\r\0]//g' > $@ %.txt.gz: %.txt - gzip -cf9 $< > $@ + gzip -ncf9 $< > $@ clean: rm -f *.css *.html *.txt *.txt.gz