From 88dd1c9139283000a991bb35411e4916020f3cd5 Mon Sep 17 00:00:00 2001 From: c rempel Date: Wed, 28 Jun 2017 19:32:25 -0700 Subject: [PATCH] makes the build system not error out asking for --with-fop --- scripts/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Makefile.in b/scripts/Makefile.in index d167393..74f9124 100644 --- a/scripts/Makefile.in +++ b/scripts/Makefile.in @@ -111,5 +111,5 @@ html/%.html: desc/%.xml (cd html;$(XMLTO) html-nochunks ../$<) %.txt: desc/%.xml - $(XMLTO) txt $< + $(XMLTO) --with-fop txt $< -- 2.7.4