X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=copyright-format%2FMakefile;h=92ef4f3c357addff88e05b3f8aaf0eb66a98b93a;hb=1e1a2e63064ec2750b3e606446262dce34e85d18;hp=27d8f5b4c5234fab577d139d2e43dd33951edfcb;hpb=85fb7ccf3f5d86fda13af725a736f43c2fee2371;p=debian%2Fdebian-policy.git diff --git a/copyright-format/Makefile b/copyright-format/Makefile index 27d8f5b..92ef4f3 100644 --- a/copyright-format/Makefile +++ b/copyright-format/Makefile @@ -1,14 +1,14 @@ -all: copyright-format.txt.gz copyright-format.html +all: copyright-format-1.0.txt.gz copyright-format-1.0.html -%.html: %.xml html.dsl +copyright-format-1.0.html: copyright-format-1.0.xml html.dsl jade -V nochunks -t sgml -d html.dsl \ /usr/share/xml/declaration/xml.dcl $< > $@ -tidy -q -i -m -f /dev/null $@ -%.txt: %.html +copyright-format-1.0.txt: copyright-format-1.0.html links -dump $< | perl -pe 's/[\r\0]//g' > $@ -%.txt.gz: %.txt +copyright-format-1.0.txt.gz: copyright-format-1.0.txt gzip -cf9 $< > $@ clean: