]> git.donarmstrong.com Git - debian/debian-policy.git/blobdiff - debian/rules
Install HTML upgrading-checklist in policy.html directory
[debian/debian-policy.git] / debian / rules
index d242b66020baaee7f0d0acb3934ce63ffab7b099..e0e8c131f3ee8e4003bf10b2e42594ac8f6e945f 100755 (executable)
@@ -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                 \