X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Frules;h=e0e8c131f3ee8e4003bf10b2e42594ac8f6e945f;hb=828c8af8877738ddfe892383cbe1ae668727e31a;hp=d242b66020baaee7f0d0acb3934ce63ffab7b099;hpb=f292fc8738e71aeedd8222bbe2308493402e35f2;p=debian%2Fdebian-policy.git diff --git a/debian/rules b/debian/rules index d242b66..e0e8c13 100755 --- a/debian/rules +++ b/debian/rules @@ -131,6 +131,13 @@ stamp-binary: stamp-build tar -C $(DOCDIR) -zxf $$file.html.tar.gz; \ done # +# Make upgrading-checklist-1.html a symlink to the copy in the policy.html +# directory. This is temporary until it becomes a proper appendix. +# + rm -f $(DOCDIR)/upgrading-checklist-1.html + ln -s policy.html/upgrading-checklist.html \ + $(DOCDIR)/upgrading-checklist-1.html +# # Install doc-base files. # @set -ex; for file in $(DESC_FILES); do \