X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Frules;h=a3950ca7e2e88416cad8c5655315e1b70c4fbdbc;hb=1954ddda4a22183d73ad07b230cda246ec4671ce;hp=e0e8c131f3ee8e4003bf10b2e42594ac8f6e945f;hpb=75c4e2332d4a3c9131e8d95456b5491a54297e8f;p=debian%2Fdebian-policy.git diff --git a/debian/rules b/debian/rules index e0e8c13..a3950ca 100755 --- a/debian/rules +++ b/debian/rules @@ -57,7 +57,7 @@ FILES_TO_CLEAN := $(SGML_FILES:=.txt) $(SGML_FILES:=.txt.gz) \ policy.pdf.gz policy.ps.gz \ policy.pdf policy.ps policy.tpt policy.txt \ version.ent \ - copyright-format-1.0.xml.tar.gz \ + copyright-format.xml.tar.gz \ debconf_specification.xml.tar.gz \ debian/files @@ -79,7 +79,7 @@ stamp-build: version.ent $(MAKE) -C copyright-format all $(MAKE) -C debconf_spec all GZIP=-9 cd copyright-format && \ - tar -zcf ../copyright-format-1.0.xml.tar.gz * + tar -zcf ../copyright-format.xml.tar.gz * GZIP=-9 cd debconf_spec && \ tar -zcf ../debconf_specification.xml.tar.gz * touch stamp-build @@ -122,7 +122,7 @@ stamp-binary: stamp-build # # Install DocBook XML source. # - $(install) copyright-format-1.0.xml.tar.gz $(DOCDIR)/ + $(install) copyright-format.xml.tar.gz $(DOCDIR)/ $(install) debconf_specification.xml.tar.gz $(DOCDIR)/ # # Install generated HTML directories.