]> git.donarmstrong.com Git - debian/debian-policy.git/blobdiff - Makefile
Merge branch 'master' into bug498300-rra
[debian/debian-policy.git] / Makefile
index 20433d734b6ab97ea85148164dcd29c386dcb080..1f3675cf0858e084c39ece76c4193305020fbe47 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,9 +2,8 @@ include debian/rules
 
 policy.sgml: version.ent
 menu-policy.sgml: version.ent
-mime-policy.sgml: version.ent
+perl-policy.sgml: version.ent
 
-ifneq (,$(strip $(HAVE_ORG_EMACS)))
 %.txt: %.org
        $(EMACS) --batch -Q -l ./README-css.el -l org -l org-ascii --visit $^ \
           --funcall org-export-as-ascii >/dev/null 2>&1
@@ -13,7 +12,6 @@ ifneq (,$(strip $(HAVE_ORG_EMACS)))
 %.html: %.org
        $(EMACS) --batch -Q -l ./README-css.el -l org --visit $^ \
           --funcall org-export-as-html-batch >/dev/null 2>&1
-endif
 
 %.validate: %
        nsgmls -wall -gues $<