[Refdb-cvs] CVS: refdb/xsl/refdb/docbk-refdb-xsl/docbk-xhtml Makefile.am,1.1,1.1.2.1 docbk-refdb-xht
Status: Beta
Brought to you by:
mhoenicka
From: Markus H. <mho...@us...> - 2004-10-17 00:35:57
|
Update of /cvsroot/refdb/refdb/xsl/refdb/docbk-refdb-xsl/docbk-xhtml In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16398/xsl/refdb/docbk-refdb-xsl/docbk-xhtml Modified Files: Tag: Release_0_9_5_stable Makefile.am docbk-refdb-xhtml.xsl.in Log Message: use PUBLIC identifier by default Index: Makefile.am =================================================================== RCS file: /cvsroot/refdb/refdb/xsl/refdb/docbk-refdb-xsl/docbk-xhtml/Makefile.am,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -u -U2 -r1.1 -r1.1.2.1 --- Makefile.am 30 Aug 2003 21:29:58 -0000 1.1 +++ Makefile.am 17 Oct 2004 00:35:47 -0000 1.1.2.1 @@ -17,4 +17,4 @@ docbk-refdb-xhtml.xsl: docbk-refdb-xhtml.xsl.in - sed 's%<!--docbk_root-->%$(docbk_xsl)%' < $(srcdir)/docbk-refdb-xhtml.xsl.in > docbk-refdb-xhtml.xsl + sed 's%<!--docbk_xsl-->%$(docbk_xsl)%' < $(srcdir)/docbk-refdb-xhtml.xsl.in > docbk-refdb-xhtml.xsl Index: docbk-refdb-xhtml.xsl.in =================================================================== RCS file: /cvsroot/refdb/refdb/xsl/refdb/docbk-refdb-xsl/docbk-xhtml/docbk-refdb-xhtml.xsl.in,v retrieving revision 1.8.2.1 retrieving revision 1.8.2.2 diff -u -U2 -r1.8.2.1 -r1.8.2.2 --- docbk-refdb-xhtml.xsl.in 4 Aug 2004 20:54:28 -0000 1.8.2.1 +++ docbk-refdb-xhtml.xsl.in 17 Oct 2004 00:35:47 -0000 1.8.2.2 @@ -12,5 +12,5 @@ <!-- the original DocBook stylesheets for HTML --> -<xsl:import href="<!--docbk_root-->/xhtml/docbook.xsl"/> +<xsl:import href="<!--docbk_xsl-->/xhtml/docbook.xsl"/> <!-- common variables --> |