Removed lingering references to doc directory

This commit is contained in:
Jaap Versteegh 2017-12-13 13:42:07 +01:00
parent b8111e7c7f
commit 376b3c8c4f
3 changed files with 2 additions and 14 deletions

8
.gitignore vendored
View File

@ -33,11 +33,3 @@
# Backup files
*~
# Doc
/doc/Doxyfile
/doc/Makefile.in
/doc/Makefile
/doc/html
/doc/man
/doc/xml

View File

@ -1,4 +1,4 @@
SUBDIRS = . bin man doc
SUBDIRS = . bin man
EXTRA_DIST = CreateSubHierarchy.pl LICENSE BSD-license.txt extra/PortTracker.pm extra/nfdump.spec bootstrap

View File

@ -435,12 +435,8 @@ char string[16];
]
)
AC_PATH_PROG([DOXYGEN], [doxygen], [])
AM_CONDITIONAL([HAVE_DOXYGEN], test -z $DOXYGEN)
AM_COND_IF([HAVE_DOXYGEN], AC_CONFIG_FILES([doc/Doxyfile]))
#AC_CONFIG_FILES([Makefile])
AC_OUTPUT(Makefile bin/Makefile man/Makefile doc/Makefile)
AC_OUTPUT(Makefile bin/Makefile man/Makefile)
echo ""
echo "* Many thanks for using nfdump tools"