summaryrefslogtreecommitdiff
path: root/specs
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-07-12 18:37:16 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-07-12 19:00:45 -0700
commit8834cd9285e6aaf437aee56292c508d99a090fa9 (patch)
treeb9a33dce1c877a86ec8db214507739b2452f25e1 /specs
parent53f78680c34ebc94ce26b5e14c2a0003435cf10d (diff)
xmlrules.in: Add chunked-html rule to manually generate smaller files
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'specs')
-rw-r--r--specs/xmlrules.in5
1 files changed, 5 insertions, 0 deletions
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