From 151263f9de6425a86e6e7ee977b920792b1c97e8 Mon Sep 17 00:00:00 2001 From: Ondrej Vasik Date: Mon, 23 Feb 2009 10:40:22 +0000 Subject: [PATCH] updated Makefile: do ship .svg images(#486849), xsl, stylesheets for website, xhtml-1_1, docbook -> epub convertor --- docbook-style-xsl.Makefile | 14 ++++++++++++-- docbook-style-xsl.spec | 7 ++++++- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/docbook-style-xsl.Makefile b/docbook-style-xsl.Makefile index 2b74184..79e722b 100644 --- a/docbook-style-xsl.Makefile +++ b/docbook-style-xsl.Makefile @@ -3,10 +3,10 @@ DESTDIR = ..overridden in spec file.. all: install -install: install-xsl install-img install-extensions install-misc +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,manpages,profiling,highlighting,roundtrip} + mkdir -p $(DESTDIR)/{common,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 @@ -20,22 +20,32 @@ install-xsl: cp lib/*.xsl $(DESTDIR)/lib cp template/*.xsl $(DESTDIR)/template cp xhtml/*.xsl $(DESTDIR)/xhtml + cp xhtml-1_1/*.xsl $(DESTDIR)/xhtml-1_1 cp manpages/*.xsl $(DESTDIR)/manpages cp profiling/*.xsl $(DESTDIR)/profiling cp highlighting/*.xml $(DESTDIR)/highlighting cp highlighting/*.xsl $(DESTDIR)/highlighting cp roundtrip/*.xml $(DESTDIR)/roundtrip cp roundtrip/*.xsl $(DESTDIR)/roundtrip + cp roundtrip/*.dtd $(DESTDIR)/roundtrip + cp website/*.xsl $(DESTDIR)/website install-img: mkdir -p $(DESTDIR)/images/callouts cp images/*.gif $(DESTDIR)/images cp images/*.png $(DESTDIR)/images + cp images/*.svg $(DESTDIR)/images cp images/callouts/*.png $(DESTDIR)/images/callouts + cp images/callouts/*.gif $(DESTDIR)/images/callouts + cp images/callouts/*.svg $(DESTDIR)/images/callouts install-extensions: mkdir -p $(DESTDIR)/extensions cp -r extensions/* $(DESTDIR)/extensions +install-epub: + mkdir -p $(DESTDIR)/epub + cp -r epub/* ${DESTDIR}/epub + install-misc: cp VERSION $(DESTDIR) diff --git a/docbook-style-xsl.spec b/docbook-style-xsl.spec index fa622d7..f9ad11d 100644 --- a/docbook-style-xsl.spec +++ b/docbook-style-xsl.spec @@ -1,6 +1,6 @@ Name: docbook-style-xsl Version: 1.74.2 -Release: 1%{?dist} +Release: 2%{?dist} Group: Applications/Text Summary: Norman Walsh's XSL stylesheets for DocBook XML @@ -117,6 +117,11 @@ if [ "$1" = 0 ]; then fi %changelog +* Mon Feb 23 2009 Ondrej Vasik 1.74.2-2 +- updated Makefile: do ship .svg images(#486849), xsl + stylesheets for website, xhtml-1_1, docbook -> epub + convertor + * Fri Feb 20 2009 Ondrej Vasik 1.74.2-1 - New upstream release 1.74.2