[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

x11proto-core: Changes to 'debian-unstable'



 debian/changelog  |    4 ++--
 specs/Makefile.am |    9 +++++----
 2 files changed, 7 insertions(+), 6 deletions(-)

New commits:
commit dd4858211c1351d0e19054eb26ca5ba0e44091e2
Author: Steve Langasek <steve.langasek@ubuntu.com>
Date:   Fri Jun 17 08:26:28 2011 -0700

    releasing version 7.0.21-3

diff --git a/debian/changelog b/debian/changelog
index 38f2cc3..ab928d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-x11proto-core (7.0.21-3) UNRELEASED; urgency=low
+x11proto-core (7.0.21-3) unstable; urgency=low
 
   * Mark x11proto-core-dev Multi-Arch: foreign, so that this arch: all
     package satisfies the dependencies of foreign-arch packages.
   * Install .pc file to /usr/share/pkgconfig instead of /usr/lib/pkgconfig.
 
- -- Steve Langasek <vorlon@debian.org>  Thu, 16 Jun 2011 20:57:58 -0700
+ -- Steve Langasek <vorlon@debian.org>  Fri, 17 Jun 2011 08:26:19 -0700
 
 x11proto-core (7.0.21-2) unstable; urgency=low
 
diff --git a/specs/Makefile.am b/specs/Makefile.am
index c0b1642..0a09d3a 100644
--- a/specs/Makefile.am
+++ b/specs/Makefile.am
@@ -44,10 +44,11 @@ doc_DATA += $(doc_sources:.xml=.txt)
 endif
 
 if HAVE_STYLESHEETS
-XMLTO_FLAGS =						\
-	-m $(XSL_STYLESHEET)				\
-	--stringparam img.src.path=$(abs_builddir)/ 	\
-	--stringparam html.stylesheet=$(STYLESHEET_SRCDIR)/xorg.css
+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 $@
 endif
 
 CLEANFILES = $(doc_DATA)


Reply to: