Configure building docs
This commit is contained in:
parent
0874edfdf8
commit
15afb0a09e
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user