Fix build usage report and STYLESHEET variable

This commit is contained in:
Tom Eastep 2009-08-03 11:32:17 -07:00
parent 999a00dc77
commit 46ba12a915

View File

@ -47,7 +47,6 @@
# XSL Stylesheet to use for XML->HTML conversion
#
STYLESHEET=/usr/share/xml/docbook/stylesheet/nwalsh/current/xhtml/docbook.xsl
STYLESHEET=/usr/share/docbook-xsl/xhtml/docbook.xsl
#
# Directory where the build log will be placed. The log has the name
# shorewall_build_<version>.log
@ -196,7 +195,7 @@ do_buildanrpm() {
usage()
{
echo "usage: $(basename $0) [ -trhxlcpsS] <version> [ <old-version> ]"
echo "usage: $(basename $0) [ -trhxcl6L] <version> [ <old-version> ]"
exit 2
}