aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.ac
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2013-01-20 19:28:01 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2013-01-20 19:28:01 +0100
commitf30c47de7e55f45b55b813bdb4ff9f6a3fd0ef75 (patch)
tree3b2afab759bacf3f37c941d97d9464b68802c9bf /configure.ac
parent70c6c430a2cd990cad899024c3bab0c8208328b1 (diff)
downloadsciteco-f30c47de7e55f45b55b813bdb4ff9f6a3fd0ef75.tar.gz
added manpage highlighting program invocation and batch mode
language and commands will be described in separate documents
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 51d0535..57a4d2e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -151,5 +151,6 @@ AC_ARG_ENABLE(bootstrap,
[bootstrap=$enableval])
AM_CONDITIONAL(BOOTSTRAP, [test x$bootstrap = xyes])
+AC_CONFIG_FILES([sciteco.1])
AC_CONFIG_FILES([Makefile src/Makefile])
AC_OUTPUT