From 9d7e77667832926a392ab8e315bef45b9814357e Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Sat, 2 Feb 2013 12:22:34 +0200 Subject: [PATCH] configure.ac: AC_CONFIG_FILES: Add doc/man7/ Signed-off-by: Toni Gundogdu --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 87375a1..7faa6c4 100644 --- a/configure.ac +++ b/configure.ac @@ -149,6 +149,7 @@ AM_CONDITIONAL([WITH_MANUAL], [test x"$with_manual" != "xno"]) AC_CONFIG_FILES([ Makefile doc/man3/Makefile + doc/man7/Makefile doc/dox/Makefile doc/dox/Doxyfile doc/Makefile -- 2.11.4.GIT