diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-01-20 19:28:01 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-01-20 19:28:01 +0100 |
commit | f30c47de7e55f45b55b813bdb4ff9f6a3fd0ef75 (patch) | |
tree | 3b2afab759bacf3f37c941d97d9464b68802c9bf /configure.ac | |
parent | 70c6c430a2cd990cad899024c3bab0c8208328b1 (diff) | |
download | sciteco-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.ac | 1 |
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 |