]> git.donarmstrong.com Git - debian/debian-policy.git/commitdiff
do .gz in here, quieten tidy in itself
authorManoj Srivastava <srivasta@debian.org>
Thu, 16 Jun 2005 05:39:55 +0000 (05:39 +0000)
committerManoj Srivastava <srivasta@debian.org>
Thu, 16 Jun 2005 05:39:55 +0000 (05:39 +0000)
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

debconf_spec/Makefile

index 454168637465fb5af6a5f70176ccafc63411a645..e44ac081e69d553fa409e1feab6e13cdfc10a559 100644 (file)
@@ -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