summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2006-08-18 14:30:01 -0700
committerCarl Worth <cworth@cworth.org>2006-08-18 14:30:01 -0700
commit76fca1898c395a576dadffb35de0253b79b669c5 (patch)
tree47c9130d913bc246b4c114c03c7e035f1916e695 /Makefile.am
parentab092a9a5db70ac16e782cf0d7d3629cc902cc1e (diff)
EXTRA_DIST: Add several files to the tar file releases, (BUGS, CODING_STYLE, ROADMAP, etc.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 8063ae89a..5a47b0e9e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -19,9 +19,15 @@ SUBDIRS += test
endif
EXTRA_DIST = \
+ BUGS \
+ CODING_STYLE \
COPYING \
COPYING-LGPL-2.1 \
- COPYING-MPL-1.1
+ COPYING-MPL-1.1 \
+ PORTING_GUIDE \
+ RELEASING \
+ ROADMAP \
+ TODO
DISTCLEANFILES = config.cache
MAINTAINERCLEANFILES = \
$(srcdir)/aclocal.m4 \