rpms/docbook-style-xsl/devel docbook-style-xsl.Makefile, 1.8, 1.9 docbook-style-xsl.spec, 1.65, 1.66

Ondrej Vasik ovasik at fedoraproject.org
Tue May 4 11:24:26 UTC 2010


Author: ovasik

Update of /cvs/pkgs/rpms/docbook-style-xsl/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv6094

Modified Files:
	docbook-style-xsl.Makefile docbook-style-xsl.spec 
Log Message:
ship eclipse help stylesheets(#588613)


Index: docbook-style-xsl.Makefile
===================================================================
RCS file: /cvs/pkgs/rpms/docbook-style-xsl/devel/docbook-style-xsl.Makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- docbook-style-xsl.Makefile	23 Feb 2009 10:40:22 -0000	1.8
+++ docbook-style-xsl.Makefile	4 May 2010 11:24:25 -0000	1.9
@@ -6,11 +6,12 @@ all: install
 install: install-xsl install-img install-extensions install-misc install-epub
 
 install-xsl:
-	mkdir -p $(DESTDIR)/{common,fo,html,htmlhelp/doc,javahelp,lib,template,xhtml,xhtml-1_1,manpages,profiling,highlighting,roundtrip,website}
+	mkdir -p $(DESTDIR)/{common,eclipse,fo,html,htmlhelp/doc,javahelp,lib,template,xhtml,xhtml-1_1,manpages,profiling,highlighting,roundtrip,website}
 	cp common/*.dtd $(DESTDIR)/common
 	cp common/*.ent $(DESTDIR)/common
 	cp common/*.xml $(DESTDIR)/common
 	cp common/*.xsl $(DESTDIR)/common
+	cp eclipse/*.xsl $(DESTDIR)/eclipse
 	cp fo/*.xml $(DESTDIR)/fo
 	cp fo/*.xsl $(DESTDIR)/fo
 	cp html/*.xml $(DESTDIR)/html


Index: docbook-style-xsl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/docbook-style-xsl/devel/docbook-style-xsl.spec,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -p -r1.65 -r1.66
--- docbook-style-xsl.spec	18 Dec 2009 13:48:06 -0000	1.65
+++ docbook-style-xsl.spec	4 May 2010 11:24:26 -0000	1.66
@@ -1,6 +1,6 @@
 Name: docbook-style-xsl
 Version: 1.75.2
-Release: 5%{?dist}
+Release: 6%{?dist}
 Group: Applications/Text
 
 Summary: Norman Walsh's XSL stylesheets for DocBook XML
@@ -122,14 +122,17 @@ if [ "$1" = 0 ]; then
 fi
 
 %changelog
-* Fri Dec 18 2009 Ondrej Vasik <ovasik at redhat.com> 1.75.3-5
+* Tue May 04 2010 Ondrej Vasik <ovasik at redhat.com> 1.75.2-6
+- ship eclipse help stylesheets(#588613)
+
+* Fri Dec 18 2009 Ondrej Vasik <ovasik at redhat.com> 1.75.2-5
 - comment patches purpose
 - License Copyright only
 
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.75.2-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 
-* Thu Jul 23 2009 Ondrej Vasik <ovasik at redhat.com> 1.75.3-3
+* Thu Jul 23 2009 Ondrej Vasik <ovasik at redhat.com> 1.75.2-3
 - upstream changed changed doc tarball after release
   (empty reference pdf file in old tarball)
 



More information about the scm-commits mailing list