mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-04-22 06:46:44 -04:00
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:
parent
f48355cad3
commit
c3d56a05c6
6 changed files with 45 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue