From 376b3c8c4f5fd8f8fce9d56a13bcc4acff0bc11c Mon Sep 17 00:00:00 2001 From: Jaap Versteegh Date: Wed, 13 Dec 2017 13:42:07 +0100 Subject: [PATCH] Removed lingering references to doc directory --- .gitignore | 8 -------- Makefile.am | 2 +- configure.ac | 6 +----- 3 files changed, 2 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index 051e098..6b0ed0b 100644 --- a/.gitignore +++ b/.gitignore @@ -33,11 +33,3 @@ # Backup files *~ - -# Doc -/doc/Doxyfile -/doc/Makefile.in -/doc/Makefile -/doc/html -/doc/man -/doc/xml diff --git a/Makefile.am b/Makefile.am index 12736eb..77f8deb 100755 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/configure.ac b/configure.ac index 40ccdff..76e3373 100755 --- a/configure.ac +++ b/configure.ac @@ -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"