Magellan Linux

Diff of /branches/magellan-next/core/docbook-xml-dtd50/docbook-xml-dtd50-5.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 6915 by niro, Fri Sep 24 10:27:44 2010 UTC revision 6916 by niro, Fri Sep 24 13:05:37 2010 UTC
# Line 5  PVER="5.0" Line 5  PVER="5.0"
5  PBUILD="r1"  PBUILD="r1"
6    
7  PCATEGORIE="app-text"  PCATEGORIE="app-text"
8  STATE="unstable"  STATE="disabled"
9    
10  DESCRIPTION="DocBook DTD version ${PVER} for XML."  DESCRIPTION="DocBook DTD version ${PVER} for XML."
11  HOMEPAGE="http://www.docbook.org/xml/"  HOMEPAGE="http://www.docbook.org/xml/"
# Line 56  src_install() Line 56  src_install()
56   minstallfile rng/\*.rng /usr/share/sgml/docbook/xml-dtd-${PVER}/rng || die   minstallfile rng/\*.rng /usr/share/sgml/docbook/xml-dtd-${PVER}/rng || die
57   minstallfile sch/\*.sch /usr/share/sgml/docbook/xml-dtd-${PVER}/sch || die   minstallfile sch/\*.sch /usr/share/sgml/docbook/xml-dtd-${PVER}/sch || die
58   minstallfile xsd/\*.xsd /usr/share/sgml/docbook/xml-dtd-${PVER}/xsd || die   minstallfile xsd/\*.xsd /usr/share/sgml/docbook/xml-dtd-${PVER}/xsd || die
59    
60     # create a compat symlink, to work with build-docbook-catalog-1.4
61     ln -snf dtd/docbook.dtd /usr/share/sgml/docbook/xml-dtd-${PVER}/docbookx.dtd || die
62    
63   # xls stylesheet to convert docbook 4 to 5   # xls stylesheet to convert docbook 4 to 5
64   minstallfile tools/\* /usr/share/sgml/docbook/xsl-stylesheets/docbook5 || die   minstallfile tools/\* /usr/share/sgml/docbook/xsl-stylesheets/docbook5 || die
65    

Legend:
Removed from v.6915  
changed lines
  Added in v.6916