X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Makefile;h=a10b93d7092ebb6e22e33e3023d94b892f7422c4;hb=828c8af8877738ddfe892383cbe1ae668727e31a;hp=1f3675cf0858e084c39ece76c4193305020fbe47;hpb=f292fc8738e71aeedd8222bbe2308493402e35f2;p=debian%2Fdebian-policy.git diff --git a/Makefile b/Makefile index 1f3675c..a10b93d 100644 --- a/Makefile +++ b/Makefile @@ -45,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