diff --git a/docbook-style-xsl.Makefile b/docbook-style-xsl.Makefile index a60e7c3..b06bfe9 100644 --- a/docbook-style-xsl.Makefile +++ b/docbook-style-xsl.Makefile @@ -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 diff --git a/docbook-style-xsl.spec b/docbook-style-xsl.spec index 1e3c0af..2a30547 100644 --- a/docbook-style-xsl.spec +++ b/docbook-style-xsl.spec @@ -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 1.71.1-2 +- Add new wordml and especially highlighting (which is referenced + from html) subdirs to Makefile. + * Fri Jan 19 2007 Tim Waugh 1.71.1-1 - 1.71.1. No longer seem to need lists patch. Removed out of date sp patch.