updated Makefile: do ship .svg images(#486849), xsl, stylesheets for
website, xhtml-1_1, docbook -> epub convertor
This commit is contained in:
parent
feff5fcbba
commit
151263f9de
@ -3,10 +3,10 @@ DESTDIR = ..overridden in spec file..
|
|||||||
|
|
||||||
all: install
|
all: install
|
||||||
|
|
||||||
install: install-xsl install-img install-extensions install-misc
|
install: install-xsl install-img install-extensions install-misc install-epub
|
||||||
|
|
||||||
install-xsl:
|
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/*.dtd $(DESTDIR)/common
|
||||||
cp common/*.ent $(DESTDIR)/common
|
cp common/*.ent $(DESTDIR)/common
|
||||||
cp common/*.xml $(DESTDIR)/common
|
cp common/*.xml $(DESTDIR)/common
|
||||||
@ -20,22 +20,32 @@ install-xsl:
|
|||||||
cp lib/*.xsl $(DESTDIR)/lib
|
cp lib/*.xsl $(DESTDIR)/lib
|
||||||
cp template/*.xsl $(DESTDIR)/template
|
cp template/*.xsl $(DESTDIR)/template
|
||||||
cp xhtml/*.xsl $(DESTDIR)/xhtml
|
cp xhtml/*.xsl $(DESTDIR)/xhtml
|
||||||
|
cp xhtml-1_1/*.xsl $(DESTDIR)/xhtml-1_1
|
||||||
cp manpages/*.xsl $(DESTDIR)/manpages
|
cp manpages/*.xsl $(DESTDIR)/manpages
|
||||||
cp profiling/*.xsl $(DESTDIR)/profiling
|
cp profiling/*.xsl $(DESTDIR)/profiling
|
||||||
cp highlighting/*.xml $(DESTDIR)/highlighting
|
cp highlighting/*.xml $(DESTDIR)/highlighting
|
||||||
cp highlighting/*.xsl $(DESTDIR)/highlighting
|
cp highlighting/*.xsl $(DESTDIR)/highlighting
|
||||||
cp roundtrip/*.xml $(DESTDIR)/roundtrip
|
cp roundtrip/*.xml $(DESTDIR)/roundtrip
|
||||||
cp roundtrip/*.xsl $(DESTDIR)/roundtrip
|
cp roundtrip/*.xsl $(DESTDIR)/roundtrip
|
||||||
|
cp roundtrip/*.dtd $(DESTDIR)/roundtrip
|
||||||
|
cp website/*.xsl $(DESTDIR)/website
|
||||||
|
|
||||||
install-img:
|
install-img:
|
||||||
mkdir -p $(DESTDIR)/images/callouts
|
mkdir -p $(DESTDIR)/images/callouts
|
||||||
cp images/*.gif $(DESTDIR)/images
|
cp images/*.gif $(DESTDIR)/images
|
||||||
cp images/*.png $(DESTDIR)/images
|
cp images/*.png $(DESTDIR)/images
|
||||||
|
cp images/*.svg $(DESTDIR)/images
|
||||||
cp images/callouts/*.png $(DESTDIR)/images/callouts
|
cp images/callouts/*.png $(DESTDIR)/images/callouts
|
||||||
|
cp images/callouts/*.gif $(DESTDIR)/images/callouts
|
||||||
|
cp images/callouts/*.svg $(DESTDIR)/images/callouts
|
||||||
|
|
||||||
install-extensions:
|
install-extensions:
|
||||||
mkdir -p $(DESTDIR)/extensions
|
mkdir -p $(DESTDIR)/extensions
|
||||||
cp -r extensions/* $(DESTDIR)/extensions
|
cp -r extensions/* $(DESTDIR)/extensions
|
||||||
|
|
||||||
|
install-epub:
|
||||||
|
mkdir -p $(DESTDIR)/epub
|
||||||
|
cp -r epub/* ${DESTDIR}/epub
|
||||||
|
|
||||||
install-misc:
|
install-misc:
|
||||||
cp VERSION $(DESTDIR)
|
cp VERSION $(DESTDIR)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: docbook-style-xsl
|
Name: docbook-style-xsl
|
||||||
Version: 1.74.2
|
Version: 1.74.2
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
|
|
||||||
Summary: Norman Walsh's XSL stylesheets for DocBook XML
|
Summary: Norman Walsh's XSL stylesheets for DocBook XML
|
||||||
@ -117,6 +117,11 @@ if [ "$1" = 0 ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 23 2009 Ondrej Vasik <ovasik@redhat.com> 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 <ovasik@redhat.com> 1.74.2-1
|
* Fri Feb 20 2009 Ondrej Vasik <ovasik@redhat.com> 1.74.2-1
|
||||||
- New upstream release 1.74.2
|
- New upstream release 1.74.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user