specs/Makefile.am | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-)
New commits: commit 2775137e4c624faa1452944abf5aa0be91cc8b2d Author: Steve Langasek <[email protected]> Date: Fri Jun 17 08:46:01 2011 -0700 revert accidental application of debian/patches diff --git a/specs/Makefile.am b/specs/Makefile.am index 0a09d3a..c0b1642 100644 --- a/specs/Makefile.am +++ b/specs/Makefile.am @@ -44,11 +44,10 @@ doc_DATA += $(doc_sources:.xml=.txt) endif if HAVE_STYLESHEETS -XMLTO_FLAGS = -m $(XSL_STYLESHEET) --stringparam img.src.path=$(abs_builddir)/ - -doc_DATA += xorg.css -xorg.css: $(STYLESHEET_SRCDIR)/xorg.css - $(AM_V_GEN)cp -pf $(STYLESHEET_SRCDIR)/xorg.css $@ +XMLTO_FLAGS = \ + -m $(XSL_STYLESHEET) \ + --stringparam img.src.path=$(abs_builddir)/ \ + --stringparam html.stylesheet=$(STYLESHEET_SRCDIR)/xorg.css endif CLEANFILES = $(doc_DATA) -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

