Update of /cvsroot/devil-linux/build/docs/documentation
In directory vz-cvs-3.sog:/tmp/cvs-serv30487/docs/documentation
Modified Files:
htmldoc htmldoc_single
Log Message:
1.6.0-RC1
- removed obsolete build scripts
- new lfssystem required
- added support for xz and lzma tar archives to build system
- added support for building x86_64 (Heiko + Serge)
- added GeoIP-1.4.7.tar.gz
- updated ImageMagick-6.7.3-2
- updated Mail-SpamAssassin-3.3.2
- updated Python-2.7.2
- added avahi-0.6.30
- updated bacula-5.2.1
- updated bash-4.2
- updated busybox-1.19.3
- updated dbus-1.4.16
- updated flex-2.5.35
- updated freeradius-server-2.1.12
- updated gradm-2.2.2-201110180832
- updated imap-2007f
- added intltool-0.40.6
- updated libHX-3.11
- updated libart_lgpl-2.3.21
- added libdaemon-0.14
- updated libtool-2.4.2
- updated libxml2-2.7.8
- updated lzo-2.06
- updated mc-4.7.5.5
- updated mod_perl-2.0.5
- updated module-init-tools-3.16
- updated mtools-4.0.17
- updated nasm-2.09.10
- updated ncurses-5.9
- updated nss_ldap-264
- updated ntop-4.1.0
- updated pam_ldap-186
- updated pam_mount-2.12
- updated pci.ids
- updated perl-5.14.2
- updated most perl CPAN extensions
- updated pymilter-0.9.5
- updated readline-6.2
- updated sendmail.8.14.5
- updated squid-3.1.16
- updated sudo-1.8.3p1
- updated syslinux-4.04
- updated tar-1.26
- updated traceroute-2.0.18
- updated unzip60
- updated usb.ids
- updated kernel to 3.0.8
Index: htmldoc
===================================================================
RCS file: /cvsroot/devil-linux/build/docs/documentation/htmldoc,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- htmldoc 2 Jan 2004 02:02:21 -0000 1.5
+++ htmldoc 2 Nov 2011 14:03:41 -0000 1.6
@@ -8,10 +8,11 @@
mkdir output.html || exit 1
#rem generate HTML
-JAVA=$(which java)
-test -z "$JAVA" && JAVA=/data/build/tmp/j2re*/bin/java
+#JAVA=$(which java)
+#test -z "$JAVA" && JAVA=/data/build/tmp/j2re*/bin/java
-$JAVA -cp $(pwd)/java/saxon.jar com.icl.saxon.StyleSheet documentation.xml stylesheets/html.xsl || exit 1
+#$JAVA -cp $(pwd)/java/saxon.jar com.icl.saxon.StyleSheet documentation.xml stylesheets/html.xsl || exit 1
+xsltproc stylesheets/html.xsl documentation.xml
mkdir -p output.html/images/ || exit 1
Index: htmldoc_single
===================================================================
RCS file: /cvsroot/devil-linux/build/docs/documentation/htmldoc_single,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- htmldoc_single 2 Jan 2004 00:02:18 -0000 1.2
+++ htmldoc_single 2 Nov 2011 14:03:41 -0000 1.3
@@ -8,10 +8,11 @@
mkdir output.html || exit 1
#rem generate HTML
-JAVA=$(which java)
-test -z "$JAVA" && JAVA=/data/build/tmp/j2re*/bin/java
+#JAVA=$(which java)
+#test -z "$JAVA" && JAVA=/data/build/tmp/j2re*/bin/java
-$JAVA -cp $(pwd)/java/saxon.jar com.icl.saxon.StyleSheet documentation.xml stylesheets/html_single.xsl || exit 1
+#$JAVA -cp $(pwd)/java/saxon.jar com.icl.saxon.StyleSheet documentation.xml stylesheets/html_single.xsl || exit 1
+xsltproc stylesheets/html_single.xsl documentation.xml
mkdir -p output.html/images/ || exit 1
|