[PATCH libX11] specs: html ouput depends on xorg.css
Gaetan Nadon
memsize at videotron.ca
Sat Jul 31 13:42:49 PDT 2010
Ensure xorg.css is copied prior to generating html output.
Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
specs/xmlrules.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/specs/xmlrules.in b/specs/xmlrules.in
index 313d9bc..d5443f6 100644
--- a/specs/xmlrules.in
+++ b/specs/xmlrules.in
@@ -47,7 +47,7 @@ SUFFIXES = .xml .ps .pdf .txt .html
%.txt: %.xml $(dist_spec_DATA)
$(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) txt $<
-%.html: %.xml $(dist_spec_DATA)
+%.html: %.xml $(dist_spec_DATA) xorg.css
$(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) xhtml-nochunks $<
%.pdf: %.xml $(dist_spec_DATA)
--
1.6.0.4
More information about the xorg-devel
mailing list