summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stef@thewalter.net>2004-05-20 01:20:05 +0000
committerStef Walter <stef@thewalter.net>2004-05-20 01:20:05 +0000
commitd15372db0bac1566bd51f68c897c1a66fbd53c9b (patch)
tree2e87e20307152f0e4d483695e14ef1c9aaaa558b
parent71f6dffbb62b6b88c48c87476d875f04a0659084 (diff)
Build fixes
-rw-r--r--Makefile.am2
-rw-r--r--configure.in2
-rw-r--r--doc/Makefile.am2
3 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 80a7f9a..f056ed0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
-EXTRA_DIST = BUGS
+# EXTRA_DIST =
SUBDIRS = src win32 doc
dist-hook:
diff --git a/configure.in b/configure.in
index c5c4abe..c22dc1e 100644
--- a/configure.in
+++ b/configure.in
@@ -86,5 +86,5 @@ AC_CHECK_FUNCS([memset stat strchr strerror sprintf utimes chmod memcmp malloc r
AC_CHECK_FUNCS([getopt strchr strerror getcwd chdir getopt reallocf itow itoa])
AC_CHECK_FUNCS([wopen wchdir wmkdir lseek64])
-AC_CONFIG_FILES([Makefile src/Makefile win32/Makefile])
+AC_CONFIG_FILES([Makefile src/Makefile win32/Makefile doc/Makefile])
AC_OUTPUT
diff --git a/doc/Makefile.am b/doc/Makefile.am
index c8c9637..1776104 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,3 +1,3 @@
man_MANS = scrounge-ntfs.8
-EXTRA_DIST = $(man_MANS) scrounge-ntfs.html
+EXTRA_DIST = $(man_MANS)