summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2012-02-24 09:42:05 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2012-02-29 12:46:00 +1000
commitc3d56a05c6f01c3409ba8ad53765cb9dd84715b6 (patch)
treebb0f8b09a5f43302472f49d47256fbeae7c610b2 /configure.ac
parentf48355cad31906873baff236cf9b7d3da1c8b0a8 (diff)
Hook up autotools for publican
automake doesn't seem to provide a sensible method to install a directory of stuff in $(docdir). Do it manually then. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index fc623e8..b709e3c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -51,8 +51,13 @@ fi
AC_PATH_PROG(XSLTPROC, xsltproc)
AM_CONDITIONAL([HAVE_XSLTPROC], [test $XSLTPROC != ""])
+AC_PATH_PROG(PUBLICAN, publican)
+AM_CONDITIONAL([HAVE_PUBLICAN], [test $PUBLICAN != ""])
+
AC_CONFIG_FILES([Makefile
wayland-scanner.m4
+ doc/Makefile
+ doc/Wayland/Makefile
src/Makefile
src/wayland-server.pc
src/wayland-client.pc