From 5c0dc8634d28127b2f49495de7fb911ae4cc3a99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Mr=C3=A1z?= Date: Fri, 19 Jan 2007 21:47:31 +0000 Subject: [PATCH] - Add new wordml and especially highlighting (which is referenced from html) subdirs to Makefile. --- docbook-style-xsl.Makefile | 6 +++++- docbook-style-xsl.spec | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) 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.