X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Makefile;h=1f3675cf0858e084c39ece76c4193305020fbe47;hb=f8268e8c682f99a73c390c28c4fef5e0136582a8;hp=5d8931a48520aed5a247058eb3da40ad5e3aba88;hpb=96b4b014f126df57d6599ab9b0e5db4495f28bd0;p=debian%2Fdebian-policy.git diff --git a/Makefile b/Makefile index 5d8931a..1f3675c 100644 --- a/Makefile +++ b/Makefile @@ -2,10 +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 @@ -14,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 $<