xmlrules.in: Add chunked-html rule to manually generate smaller files

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
Alan Coopersmith 2010-07-12 18:37:16 -07:00
parent 53f78680c3
commit 8834cd9285

View file

@ -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