Removed lingering references to doc directory
This commit is contained in:
parent
b8111e7c7f
commit
376b3c8c4f
8
.gitignore
vendored
8
.gitignore
vendored
@ -33,11 +33,3 @@
|
|||||||
|
|
||||||
# Backup files
|
# Backup files
|
||||||
*~
|
*~
|
||||||
|
|
||||||
# Doc
|
|
||||||
/doc/Doxyfile
|
|
||||||
/doc/Makefile.in
|
|
||||||
/doc/Makefile
|
|
||||||
/doc/html
|
|
||||||
/doc/man
|
|
||||||
/doc/xml
|
|
||||||
|
@ -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
|
EXTRA_DIST = CreateSubHierarchy.pl LICENSE BSD-license.txt extra/PortTracker.pm extra/nfdump.spec bootstrap
|
||||||
|
@ -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_CONFIG_FILES([Makefile])
|
||||||
AC_OUTPUT(Makefile bin/Makefile man/Makefile doc/Makefile)
|
AC_OUTPUT(Makefile bin/Makefile man/Makefile)
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
echo "* Many thanks for using nfdump tools"
|
echo "* Many thanks for using nfdump tools"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user