docbook
This commit is contained in:
parent
30e008dad0
commit
f42cfd1af9
|
@ -1,3 +1,4 @@
|
|||
dejavu-ttf
|
||||
cups-filters
|
||||
feh
|
||||
filezilla
|
||||
|
|
|
@ -677,6 +677,8 @@ pathappend () {
|
|||
|
||||
export -f pathremove pathprepend pathappend
|
||||
|
||||
export LC_ALL="tr_TR.UTF-8"
|
||||
|
||||
# Set the initial path
|
||||
export PATH=/usr/bin:/bin:/usr/sbin:/sbin
|
||||
|
||||
|
|
|
@ -1,29 +1,29 @@
|
|||
version=1.79.1
|
||||
|
||||
if [ ! -d etc/xml ]; then install -v -m755 -d etc/xml; fi &&
|
||||
if [ ! -f etc/xml/catalog ]; then
|
||||
xmlcatalog --noout --create etc/xml/catalog
|
||||
if [ ! -d /etc/xml ]; then install -v -m755 -d /etc/xml; fi &&
|
||||
if [ ! -f /etc/xml/catalog ]; then
|
||||
xmlcatalog --noout --create /etc/xml/catalog
|
||||
fi
|
||||
|
||||
xmlcatalog --noout --add "rewriteSystem" \
|
||||
"http://docbook.sourceforge.net/release/xsl/$version" \
|
||||
"/usr/share/xml/docbook/xsl-stylesheets-$version" \
|
||||
etc/xml/catalog
|
||||
/etc/xml/catalog
|
||||
|
||||
xmlcatalog --noout --add "rewriteURI" \
|
||||
"http://docbook.sourceforge.net/release/xsl/$version" \
|
||||
"/usr/share/xml/docbook/xsl-stylesheets-$version" \
|
||||
etc/xml/catalog
|
||||
/etc/xml/catalog
|
||||
|
||||
xmlcatalog --noout --add "rewriteSystem" \
|
||||
"http://docbook.sourceforge.net/release/xsl/current" \
|
||||
"/usr/share/xml/docbook/xsl-stylesheets-$version" \
|
||||
etc/xml/catalog
|
||||
/etc/xml/catalog
|
||||
|
||||
xmlcatalog --noout --add "rewriteURI" \
|
||||
"http://docbook.sourceforge.net/release/xsl/current" \
|
||||
"/usr/share/xml/docbook/xsl-stylesheets-$version" \
|
||||
etc/xml/catalog
|
||||
/etc/xml/catalog
|
||||
|
||||
for version in 1.67.2
|
||||
do
|
||||
|
@ -31,21 +31,21 @@ do
|
|||
xmlcatalog --noout --add "rewriteSystem" \
|
||||
"http://docbook.sourceforge.net/release/xsl/$version" \
|
||||
"/usr/share/xml/docbook/xsl-stylesheets-$version" \
|
||||
etc/xml/catalog
|
||||
/etc/xml/catalog
|
||||
|
||||
xmlcatalog --noout --add "rewriteURI" \
|
||||
"http://docbook.sourceforge.net/release/xsl/$version" \
|
||||
"/usr/share/xml/docbook/xsl-stylesheets-$version" \
|
||||
etc/xml/catalog
|
||||
/etc/xml/catalog
|
||||
|
||||
xmlcatalog --noout --add "rewriteSystem" \
|
||||
"http://docbook.sourceforge.net/release/xsl/$version" \
|
||||
"/usr/share/xml/docbook/xsl-stylesheets-$version" \
|
||||
etc/xml/catalog
|
||||
/etc/xml/catalog
|
||||
|
||||
xmlcatalog --noout --add "rewriteURI" \
|
||||
"http://docbook.sourceforge.net/release/xsl/$version" \
|
||||
"/usr/share/xml/docbook/xsl-stylesheets-$version" \
|
||||
etc/xml/catalog
|
||||
/etc/xml/catalog
|
||||
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue