From d96ede0b09dc65903cd5e2231e7c37c2445bedd4 Mon Sep 17 00:00:00 2001 From: Mathieu Lirzin Date: Wed, 27 Sep 2017 23:10:55 +0200 Subject: Revert "Fix build of the manual." This reverts commit e6a94adeb3384cb883f49ec5a4cc589df6b40d10. --- configure.ac | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index b4ec9f6..764ea03 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,6 @@ # Copyright (C) 2003, 2005, 2012, 2014 Dale Mellor -# Copyright (C) 2015 Mathieu Lirzin # # This file is part of GNU mcron. # @@ -175,8 +174,6 @@ AC_SUBST(CONFIG_TMP_DIR) real_program_prefix=`echo $program_prefix | sed s/NONE//` AC_SUBST(real_program_prefix) -AC_CONFIG_FILES([doc/config.texi - makefile - scm/mcron/makefile - scm/mcron/config.scm]) + +AC_CONFIG_FILES(mcron.texinfo makefile scm/mcron/makefile scm/mcron/config.scm) AC_OUTPUT -- cgit v1.2.3