aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.ac
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2013-01-27 12:02:39 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2013-01-27 12:02:39 +0100
commitdf1613a52d76c92e58c1b440f41ca9dc76039679 (patch)
tree18f32eba363f036f1611d526b285820c364e3aa1 /configure.ac
parent7e4014c5936e59251044c595d20b6978e69f8568 (diff)
downloadsciteco-df1613a52d76c92e58c1b440f41ca9dc76039679.tar.gz
moved manpage to doc/ subdir
later there will be much more documentation
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0577c3d..9d29eb1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -152,5 +152,5 @@ AC_ARG_ENABLE(bootstrap,
[bootstrap=$enableval])
AM_CONDITIONAL(BOOTSTRAP, [test x$bootstrap = xyes])
-AC_CONFIG_FILES([Makefile src/Makefile])
+AC_CONFIG_FILES([Makefile src/Makefile doc/Makefile])
AC_OUTPUT