[csw-devel] SF.net SVN: gar:[2510] csw/mgar/pkg/docbook-dtds/trunk

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Wed Dec 10 19:14:23 CET 2008


Revision: 2510
          http://gar.svn.sourceforge.net/gar/?rev=2510&view=rev
Author:   bdwalton
Date:     2008-12-10 18:14:21 +0000 (Wed, 10 Dec 2008)

Log Message:
-----------
The destination directory for the xml dtds was missing a '-', which saw things
like xmllint not pick up locally installed dtds, as the catalog reference was
broken.

Modified Paths:
--------------
    csw/mgar/pkg/docbook-dtds/trunk/checksums
    csw/mgar/pkg/docbook-dtds/trunk/files/Makefile

Modified: csw/mgar/pkg/docbook-dtds/trunk/checksums
===================================================================
--- csw/mgar/pkg/docbook-dtds/trunk/checksums	2008-12-10 14:24:29 UTC (rev 2509)
+++ csw/mgar/pkg/docbook-dtds/trunk/checksums	2008-12-10 18:14:21 UTC (rev 2510)
@@ -9,7 +9,7 @@
 ab200202b9e136a144db1e0864c45074  download/docbook-xml-4.3.zip
 f89e1bd0b2c7a361e3f1f739e16b5d0d  download/docbook-4.4.zip
 cbb04e9a700955d88c50962ef22c1634  download/docbook-xml-4.4.zip
-2479ac1e7b4a43d3618ca16237aaa85d  download/Makefile
+e5318114e6c751a9e0835d7711275e13  download/Makefile
 536104a1ab1e8eac583cf27f4f8844a4  download/CSWdocbookdtds.gspec
 cb6dbfe9f6184a9de0725c0a61adc57b  download/CSWdocbookdtds.depend
 95eb4822347e50556398f4a11ee95097  download/CSWdocbookdtds.postinstall

Modified: csw/mgar/pkg/docbook-dtds/trunk/files/Makefile
===================================================================
--- csw/mgar/pkg/docbook-dtds/trunk/files/Makefile	2008-12-10 14:24:29 UTC (rev 2509)
+++ csw/mgar/pkg/docbook-dtds/trunk/files/Makefile	2008-12-10 18:14:21 UTC (rev 2510)
@@ -61,7 +61,7 @@
 			$(INSTALL_DATA) ent/* $(DD)/ent/; \
 		fi )
 
-inst-%-xml: DD=$(DESTDIR)/$(docbookdir)/xml-dtd-$*$(GARVERSION)-$(PATCHLEVEL)
+inst-%-xml: DD=$(DESTDIR)/$(docbookdir)/xml-dtd-$*-$(GARVERSION)-$(PATCHLEVEL)
 inst-%-xml:
 	@echo Installing $*-xml
 	@( cd $*-xml; \


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list