From ffa5b13ed9053f5e6ab1180ca1093bef3cbff6c1 Mon Sep 17 00:00:00 2001 From: Manoj Srivastava Date: Thu, 16 Jun 2005 05:39:55 +0000 Subject: [PATCH] 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 --- debconf_spec/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 -- 2.39.2