X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Makefile;h=9ab6801340181b7fb58dd9a554c02838a26c98c8;hb=d87b820af684e823db0d13542635a987ad9504dc;hp=5d8931a48520aed5a247058eb3da40ad5e3aba88;hpb=21df36b8215e66ff6a1f66de5418660dc032df99;p=debian%2Fdebian-policy.git diff --git a/Makefile b/Makefile index 5d8931a..9ab6801 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,6 @@ 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 +13,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 $<