From 6fe7292f08274bee3052e209daa7257ce625b176 Mon Sep 17 00:00:00 2001 From: Brian Carrier <carrier@sleuthkit.org> Date: Wed, 29 Oct 2008 14:47:55 +0000 Subject: [PATCH] More docs directory cleanup --- Makefile.am | 2 +- configure.ac | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 3c8379622..678ef01a8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,7 +24,7 @@ EXTRA_DIST = README_win32.txt README.txt INSTALL.txt TODO.txt CHANGES.txt \ # directories to compile -SUBDIRS = tsk3 tools tests samples docs man +SUBDIRS = tsk3 tools tests samples man nobase_include_HEADERS = tsk3/libtsk.h tsk3/tsk_incs.h \ tsk3/base/tsk_base.h tsk3/base/tsk_os.h \ diff --git a/configure.ac b/configure.ac index 1c5d58c87..d173ab20b 100644 --- a/configure.ac +++ b/configure.ac @@ -168,7 +168,6 @@ AC_CONFIG_FILES([Makefile tools/timeline/Makefile tests/Makefile samples/Makefile - docs/Makefile man/Makefile]) AC_OUTPUT -- GitLab