xmlto - Front-end to an XSL toolchain ChangeLog

HOWTO


# xmlto 0.0.18
# ============
# Prerequisites:
# gawk
# flex
# mktemp
# findutils' find
# You'll need some things from Slackware's linuxdoc-tools package (formerly
#  sgml-tools) for this

cd
test -f installed/xmlto-0.0.18.tar.bz2 &&
mv installed/xmlto-0.0.18.tar.bz2 .
test ! -f xmlto-0.0.18.tar.bz2 &&
wget http://cyberelk.net/tim/data/xmlto/stable/xmlto-0.0.18.tar.bz2
mkdir -p -m 0700 src
cd src
find -maxdepth 1 -type d -name "xmlto-*" -exec rm -r {} \;
tar xjvf ~/xmlto-0.0.18.tar.bz2
cd xmlto-0.0.18
test $UID = 0 && chown -R root:root .
./configure
make
su -c "make install"
cd
mkdir -p -m 0700 installed
rm -f installed/xmlto-*.tar.*
mv xmlto-0.0.18.tar.bz2 installed/


# If you ever want to uninstall xmlto, this should do it:
cd
su
test -d src/xmlto-* && ( cd src/xmlto-* ; make uninstall )
( cd /usr/local/bin ; rm -f xmlif xmlto )
( cd /usr/local/man/man1 ; rm -f xmlto.1 xmlif.1 )
test -d /usr/local/share/xmlto && rm -r /usr/local/share/xmlto
exit
find ~/src -maxdepth 1 -type d -name "xmlto-*" -exec rm -r {} \;
rm -f ~/installed/xmlto-*.tar.*

List of HOWTOs

Web page itself last updated: 2023-12-20 8:06pm (EDT -0400)
HOWTO last updated: 2006-09-13 2:22pm
Copyright © 2001-2024 Jason Englander. All Rights reserved.
[HTML5]