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>
This commit is contained in:
Peter Hutterer 2012-02-24 09:42:05 +10:00
parent f48355cad3
commit c3d56a05c6
6 changed files with 45 additions and 1 deletions

View file

@ -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