X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debconf_spec%2FMakefile;h=e44ac081e69d553fa409e1feab6e13cdfc10a559;hb=ffa5b13ed9053f5e6ab1180ca1093bef3cbff6c1;hp=454168637465fb5af6a5f70176ccafc63411a645;hpb=28090198cb3a234c6e2b6555eff23313c9f495ea;p=debian%2Fdebian-policy.git diff --git a/debconf_spec/Makefile b/debconf_spec/Makefile index 4541686..e44ac08 100644 --- a/debconf_spec/Makefile +++ b/debconf_spec/Makefile @@ -1,13 +1,16 @@ -all: debconf_specification.txt debconf_specification.html +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 $< > $@ - -tidy -i -m -f /dev/null $@ + -tidy -q -i -m -f /dev/null $@ %.txt: %.html links -dump $< | perl -pe 's/[\r\0]//g' > $@ +%.txt.gz: %.txt + gzip -cf9 $< > $@ + clean: rm -f *.css *.html *.txt *.txt.gz