From 8834cd9285e6aaf437aee56292c508d99a090fa9 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Mon, 12 Jul 2010 18:37:16 -0700 Subject: [PATCH] xmlrules.in: Add chunked-html rule to manually generate smaller files Signed-off-by: Alan Coopersmith --- specs/xmlrules.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/specs/xmlrules.in b/specs/xmlrules.in index c5727527..7d740383 100644 --- a/specs/xmlrules.in +++ b/specs/xmlrules.in @@ -56,4 +56,9 @@ SUFFIXES = .xml .ps .pdf .txt .html %.ps: %.xml $(dist_spec_DATA) $(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) --with-fop ps $< +chunked-html: $(doc_sources) + $(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) -o html xhtml $(doc_sources) + +CLEANFILES += html + endif HAVE_XMLTO