X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Makefile;h=a10b93d7092ebb6e22e33e3023d94b892f7422c4;hb=3c725b9d2af39ac3a7e24b7d9eb374a48c5b6893;hp=9ab6801340181b7fb58dd9a554c02838a26c98c8;hpb=c28188d3915ae38593cdd66c3dbe7f3acb7835ec;p=debian%2Fdebian-policy.git diff --git a/Makefile b/Makefile index 9ab6801..a10b93d 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,6 @@ include debian/rules policy.sgml: version.ent menu-policy.sgml: version.ent -mime-policy.sgml: version.ent perl-policy.sgml: version.ent %.txt: %.org @@ -46,6 +45,16 @@ perl-policy.sgml: version.ent %.pdf.gz: %.pdf gzip -cf9 $< > $@ +# This is a temporary hack to fold the upgrading-checklist into the Policy +# HTML directory so that it can be deployed alongside Policy on +# www.debian.org in a way that lets the cross-document links work properly. +# The correct solution is to make upgrading-checklist an appendix of Policy, +# which will probably be done as part of a general conversion to DocBook. +policy.html.tar.gz:: policy.html/upgrading-checklist.html +policy.html/upgrading-checklist.html: upgrading-checklist-1.html \ + policy.html/index.html + cp -p $< $@ + # convenience aliases :) html: policy.html/index.html html-1: policy-1.html