ChangeSet ID: 1117105895822055094017745
CVSROOT: /cvsroot/wine
Module name: docs
Changes by: dimi(a)sc8-pr-cvs1.sourceforge.net 2005/05/26 04:11:35
Modified files:
. : configure.ac
Log message:
Francois Gouget <fgouget(a)codeweavers.com>
Warn the user if docbook2html is missing. Offer hints as to which
packages he needs to install.
Old revision New revision Changes Path
1.2 1.3 +12 -0 docs/configure.ac
Index: docs/configure.ac
diff -u -p docs/configure.ac:1.2 docs/configure.ac:1.3
--- docs/configure.ac 26 May 2005 11:11:35 -0000
+++ /dev/null 26 May 2005 11:11:35 -0000
@@ -27,6 +27,18 @@ fr/Makefile
AC_OUTPUT
+
+if test "$DB2HTML" = "false"
+then
+ echo
+ echo "*** Note: Your system appears to be missing docbook2html and db2html"
+ echo "*** which is needed to convert the documentation to HTML."
+ echo "*** To remedy this you will need one of the following packages"
+ echo "*** - Debian: docbook-utils"
+ echo "*** - Fedora Core: docbook-utils"
+ echo "*** - SUSE: docbook-utils"
+fi
+
echo
echo "Configure finished. Do '${ac_make}' to compile the documentation."
echo