Configure building docs

This commit is contained in:
Jaap Versteegh 2017-12-13 14:04:53 +01:00
parent 0874edfdf8
commit 15afb0a09e
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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)