- Install missing *.ent from common.

This commit is contained in:
Tomáš Mráz 2007-01-24 12:56:26 +00:00
parent 9b754b71d1
commit 02ea96a8ca
2 changed files with 6 additions and 2 deletions

View File

@ -8,6 +8,7 @@ install: install-xsl install-img install-extensions install-misc
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,manpages,profiling,highlighting,roundtrip}
cp common/*.dtd $(DESTDIR)/common cp common/*.dtd $(DESTDIR)/common
cp common/*.ent $(DESTDIR)/common
cp common/*.xml $(DESTDIR)/common cp common/*.xml $(DESTDIR)/common
cp common/*.xsl $(DESTDIR)/common cp common/*.xsl $(DESTDIR)/common
cp fo/*.xml $(DESTDIR)/fo cp fo/*.xml $(DESTDIR)/fo

View File

@ -1,6 +1,6 @@
Name: docbook-style-xsl Name: docbook-style-xsl
Version: 1.72.0 Version: 1.72.0
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.
@ -97,10 +97,13 @@ CATALOG=/etc/xml/catalog
%changelog %changelog
* Wed Jan 24 2007 Tomas Mraz <tmraz@redhat.com> 1.72.0-2
- Install missing *.ent from common.
* Tue Jan 23 2007 Tim Waugh <twaugh@redhat.com> 1.72.0-1 * Tue Jan 23 2007 Tim Waugh <twaugh@redhat.com> 1.72.0-1
- 1.72.0. - 1.72.0.
* Fri Jan 19 2007 Tomas Mraz <tmrazh@redhat.com> 1.71.1-2 * Fri Jan 19 2007 Tomas Mraz <tmraz@redhat.com> 1.71.1-2
- Add new wordml and especially highlighting (which is referenced - Add new wordml and especially highlighting (which is referenced
from html) subdirs to Makefile. from html) subdirs to Makefile.