diff options
author | marha <marha@users.sourceforge.net> | 2010-07-13 07:22:41 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-07-13 07:22:41 +0000 |
commit | f2388fcb82e72ee921139e9a4c8f9223e4ae04cd (patch) | |
tree | d1f5cc8b916b8350c35296525dd3e747b72a5a05 /libX11/specs/xmlrules.in | |
parent | d2698d30377ded3f817f90cf2f17d9d3cda5a855 (diff) | |
download | vcxsrv-f2388fcb82e72ee921139e9a4c8f9223e4ae04cd.tar.gz vcxsrv-f2388fcb82e72ee921139e9a4c8f9223e4ae04cd.tar.bz2 vcxsrv-f2388fcb82e72ee921139e9a4c8f9223e4ae04cd.zip |
keyboard-config libX11 libxcb git update 13/7/2010
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
|