From 15afb0a09e7e5a8a89e80a06ca429aae1d8ee87e Mon Sep 17 00:00:00 2001 From: Jaap Versteegh Date: Wed, 13 Dec 2017 14:04:53 +0100 Subject: [PATCH] Configure building docs --- Makefile.am | 2 +- configure.ac | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 77f8deb..12736eb 100755 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = . bin man +SUBDIRS = . bin man doc EXTRA_DIST = CreateSubHierarchy.pl LICENSE BSD-license.txt extra/PortTracker.pm extra/nfdump.spec bootstrap diff --git a/configure.ac b/configure.ac index d32d991..3a5378a 100755 --- a/configure.ac +++ b/configure.ac @@ -438,6 +438,7 @@ char string[16]; AC_PATH_PROG([DOXYGEN], [doxygen], []) AM_CONDITIONAL([HAVE_DOXYGEN], [test -n "$DOXYGEN"]) AM_COND_IF([HAVE_DOXYGEN], AC_CONFIG_FILES([doc/Doxyfile])) +AC_OUTPUT(doc/Makefile) #AC_CONFIG_FILES([Makefile]) AC_OUTPUT(Makefile bin/Makefile man/Makefile)