Check for xmlto using configure and use that when creating the user and

developer guides. Add some convenience targets to help creating documentation
releases.
This commit is contained in:
mmdolze
2011-01-19 19:04:54 +00:00
parent fc545022f8
commit 561744a3cc
3 changed files with 32 additions and 9 deletions
+2 -1
View File
@@ -73,6 +73,7 @@ AC_PROG_CPP
AC_PROG_INSTALL
AC_PROG_RANLIB
AM_PROG_CC_C_O
AC_PATH_PROG([XMLTO], [xmlto], [no])
dnl Avoid unused static function warnings
CFLAGS="-Wall $CFLAGS"
@@ -303,7 +304,7 @@ AC_ARG_ENABLE(libhid,
fi ],
[ enable_libhid=yes ]
)
AC_MSG_RESULT($enable_libhid)
AC_MSG_RESULT($enable_libhid)
if test "$enable_libhid" = "yes"; then
ifdef([PKG_CHECK_MODULES],