- Add new wordml and especially highlighting (which is referenced from

html) subdirs to Makefile.
This commit is contained in:
Tomáš Mráz 2007-01-19 21:47:31 +00:00
parent d8f5b3dda5
commit 5c0dc8634d
2 changed files with 10 additions and 2 deletions

View File

@ -6,7 +6,7 @@ all: install
install: install-xsl install-img install-extensions install-misc
install-xsl:
mkdir -p $(DESTDIR)/{common,fo,html,htmlhelp/doc,javahelp,lib,template,xhtml,manpages,profiling}
mkdir -p $(DESTDIR)/{common,fo,html,htmlhelp/doc,javahelp,lib,template,xhtml,manpages,profiling,highlighting,wordml}
cp common/*.dtd $(DESTDIR)/common
cp common/*.xml $(DESTDIR)/common
cp common/*.xsl $(DESTDIR)/common
@ -21,6 +21,10 @@ install-xsl:
cp xhtml/*.xsl $(DESTDIR)/xhtml
cp manpages/*.xsl $(DESTDIR)/manpages
cp profiling/*.xsl $(DESTDIR)/profiling
cp highlighting/*.xml $(DESTDIR)/highlighting
cp highlighting/*.xsl $(DESTDIR)/highlighting
cp wordml/*.xml $(DESTDIR)/wordml
cp wordml/*.xsl $(DESTDIR)/wordml
install-img:
mkdir -p $(DESTDIR)/images/callouts

View File

@ -1,6 +1,6 @@
Name: docbook-style-xsl
Version: 1.71.1
Release: 1%{?dist}
Release: 2%{?dist}
Group: Applications/Text
Summary: Norman Walsh's XSL stylesheets for DocBook XML.
@ -97,6 +97,10 @@ CATALOG=/etc/xml/catalog
%changelog
* Fri Jan 19 2007 Tomas Mraz <tmrazh@redhat.com> 1.71.1-2
- Add new wordml and especially highlighting (which is referenced
from html) subdirs to Makefile.
* Fri Jan 19 2007 Tim Waugh <twaugh@redhat.com> 1.71.1-1
- 1.71.1. No longer seem to need lists patch. Removed out of date sp
patch.