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