diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2012-02-24 09:42:05 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2012-02-29 12:46:00 +1000 |
commit | c3d56a05c6f01c3409ba8ad53765cb9dd84715b6 (patch) | |
tree | bb0f8b09a5f43302472f49d47256fbeae7c610b2 /Makefile.am | |
parent | f48355cad31906873baff236cf9b7d3da1c8b0a8 (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 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 016bb76..332f9b4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = src protocol +SUBDIRS = src protocol doc ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} |