aboutsummaryrefslogtreecommitdiff
path: root/libX11/specs
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2010-07-10 15:23:23 +0000
committermarha <marha@users.sourceforge.net>2010-07-10 15:23:23 +0000
commitd2698d30377ded3f817f90cf2f17d9d3cda5a855 (patch)
treec5371389a080c51773bda26d72663c9f85dc245f /libX11/specs
parentbfb19bed915a30b5542fe8fee4e91151f25ec3b9 (diff)
downloadvcxsrv-d2698d30377ded3f817f90cf2f17d9d3cda5a855.tar.gz
vcxsrv-d2698d30377ded3f817f90cf2f17d9d3cda5a855.tar.bz2
vcxsrv-d2698d30377ded3f817f90cf2f17d9d3cda5a855.zip
git update 10/7/2010
Diffstat (limited to 'libX11/specs')
-rw-r--r--libX11/specs/xmlrules.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/libX11/specs/xmlrules.in b/libX11/specs/xmlrules.in
index 50865b5b8..20263afba 100644
--- a/libX11/specs/xmlrules.in
+++ b/libX11/specs/xmlrules.in
@@ -44,16 +44,16 @@ CLEANFILES = $(spec_DATA)
SUFFIXES = .xml .ps .pdf .txt .html
-.xml.txt:
+%.txt: %.xml $(dist_spec_DATA)
$(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) txt $<
-.xml.html:
+%.html: %.xml $(dist_spec_DATA)
$(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) xhtml-nochunks $<
-.xml.pdf:
+%.pdf: %.xml $(dist_spec_DATA)
$(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) --with-fop pdf $<
-.xml.ps:
+%.ps: %.xml $(dist_spec_DATA)
$(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) --with-fop ps $<
endif HAVE_XMLTO