AboutSummaryRefsLogTreeCommitDiffStats
path: root/configure.ac
diff options
context:
space:
mode:
authorMathieu Lirzin <mthl@gnu.org>2015-06-26 23:17:01 +0200
committerMathieu Lirzin <mthl@gnu.org>2016-05-07 11:32:17 +0200
commit8f430594f4452c378de08177be187d1cb5de1cd0 (patch)
tree91758d0c655d18fcc7d0f80cc8bbb53417e77604 /configure.ac
parentb3202cecf6a051d726f9af5d080aeb89257b0a98 (diff)
downloadmcron-8f430594f4452c378de08177be187d1cb5de1cd0.tar.gz
mcron-8f430594f4452c378de08177be187d1cb5de1cd0.tar.bz2
mcron-8f430594f4452c378de08177be187d1cb5de1cd0.zip
build: Fix build of the manual.
* mcron.texinfo.in: Rename to ... * doc/mcron.texi: ... this. * doc/config.texi.in: New file. * configure.ac: Adapt to it. * makefile.am: Likewise. * .gitignore: Likewise. * README--git: Likewise.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 5 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 764ea03..fee17fc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,6 +3,7 @@
# Copyright (C) 2003, 2005, 2012, 2014 Dale Mellor
+# Copyright (C) 2015, 2016 Mathieu Lirzin
#
# This file is part of GNU mcron.
#
@@ -174,6 +175,8 @@ AC_SUBST(CONFIG_TMP_DIR)
real_program_prefix=`echo $program_prefix | sed s/NONE//`
AC_SUBST(real_program_prefix)
-
-AC_CONFIG_FILES(mcron.texinfo makefile scm/mcron/makefile scm/mcron/config.scm)
+AC_CONFIG_FILES([doc/config.texi
+ makefile
+ scm/mcron/makefile
+ scm/mcron/config.scm])
AC_OUTPUT