diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-01-27 12:02:39 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-01-27 12:02:39 +0100 |
commit | df1613a52d76c92e58c1b440f41ca9dc76039679 (patch) | |
tree | 18f32eba363f036f1611d526b285820c364e3aa1 /configure.ac | |
parent | 7e4014c5936e59251044c595d20b6978e69f8568 (diff) | |
download | sciteco-df1613a52d76c92e58c1b440f41ca9dc76039679.tar.gz |
moved manpage to doc/ subdir
later there will be much more documentation
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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 |