]> git.donarmstrong.com Git - debian/debian-policy.git/blob - debconf_spec/Makefile
* There have been numerous changes since the last major change, and
[debian/debian-policy.git] / debconf_spec / Makefile
1 all: debconf_specification.txt debconf_specification.html
2
3 %.html: %.xml html.dsl
4         jade -V nochunks -t sgml -d html.dsl \
5                 /usr/lib/sgml/declaration/xml.dcl $< > $@
6         -tidy -i -m -f /dev/null $@
7
8 %.txt: %.html
9         links -dump $< | perl -pe 's/[\r\0]//g' > $@
10
11 clean:
12         rm -f *.css *.html *.txt