diff options
Diffstat (limited to 'libX11/specs/xmlrules.in')
-rw-r--r-- | libX11/specs/xmlrules.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libX11/specs/xmlrules.in b/libX11/specs/xmlrules.in index 20263afba..29e371a81 100644 --- a/libX11/specs/xmlrules.in +++ b/libX11/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
|