From c3d56a05c6f01c3409ba8ad53765cb9dd84715b6 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 24 Feb 2012 09:42:05 +1000 Subject: 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 --- configure.ac | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'configure.ac') 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 -- cgit v1.2.3