summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef <stef@ws.local>2004-03-31 18:53:52 +0000
committerStef <stef@ws.local>2004-03-31 18:53:52 +0000
commit2071258e2c4108ca5bd67a2ffc358a0fddc739b6 (patch)
treed62bf43c93d37701ec0711f38519e7b645a52544
parent6aeb97a607ea72e477c138655e2e1d496d00f88d (diff)
Fix dist problems
-rw-r--r--Makefile.am2
-rw-r--r--src/Makefile.am3
2 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 89e93f2..95ee595 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -39,3 +39,5 @@
EXTRA_DIST = BUGS test-files
SUBDIRS = src win32
+dist-hook:
+ rm -rf `find $(distdir)/ -name CVS`
diff --git a/src/Makefile.am b/src/Makefile.am
index a8bcfbc..81120ec 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -45,3 +45,6 @@ rtfm_LDADD = -lsablot
rtfm_CFLAGS = -O0 -I${top_srcdir} -I/usr/local/include
rtfm_LDFLAGS = -L/usr/local/lib
man_MANS = rtfm.1
+
+EXTRA_DIST = $(man_MANS)
+