From: Manoj Srivastava Date: Thu, 16 Jun 2005 05:39:55 +0000 (+0000) Subject: do .gz in here, quieten tidy in itself X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ffa5b13ed9053f5e6ab1180ca1093bef3cbff6c1;p=debian%2Fdebian-policy.git do .gz in here, quieten tidy in itself Author: joy Date: 2003/05/10 19:01:59 do .gz in here, quieten tidy in itself git-archimport-id: srivasta@debian.org--etch/debian-policy--devel--3.0--patch-224 --- 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