Cross Reference: docbook-style-xsl-install.sh
xref
: /
solaris-userland
/
components
/
docbook
/
xsl
/
files
/
docbook-style-xsl-install.sh
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
7041
N/A
#!/
usr
/
bin
/
bash
7041
N/A
7041
N/A
#
7041
N/A
# docbook-style-xsl %post
7041
N/A
#
7041
N/A
# cleanup catalog from previous release
7041
N/A
/
usr
/
bin
/
xmlcatalog
-v --
noout
--
del
"
http://docbook.sourceforge.net/release/xsl/1.69.1
"
/
etc
/
xml
/
catalog
7041
N/A
7041
N/A
export
version
=
1.75
.
2
7041
N/A
7041
N/A
CATALOG
=/
etc
/
xml
/
catalog
7041
N/A
7041
N/A
xmlcatalog
--
noout
--
add
"rewriteSystem"
\
7041
N/A
"
http://docbook.sourceforge.net/release/xsl/
${version}"
\
7041
N/A
"file:///
usr
/
share
/
sgml
/
docbook
/
xsl-stylesheets
-${version}"
$CATALOG
7041
N/A
xmlcatalog
--
noout
--
add
"rewriteURI"
\
7041
N/A
"
http://docbook.sourceforge.net/release/xsl/
${version}"
\
7041
N/A
"file:///
usr
/
share
/
sgml
/
docbook
/
xsl-stylesheets
-${version}"
$CATALOG
7041
N/A
xmlcatalog
--
noout
--
add
"rewriteSystem"
\
7041
N/A
"
http://docbook.sourceforge.net/release/xsl/current
"
\
7041
N/A
"file:///
usr
/
share
/
sgml
/
docbook
/
xsl-stylesheets
-${version}"
$CATALOG
7041
N/A
xmlcatalog
--
noout
--
add
"rewriteURI"
\
7041
N/A
"
http://docbook.sourceforge.net/release/xsl/current
"
\
7041
N/A
"file:///
usr
/
share
/
sgml
/
docbook
/
xsl-stylesheets
-${version}"
$CATALOG