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

@ -1,4 +1,4 @@
SUBDIRS = src protocol
SUBDIRS = src protocol doc
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}