diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-06-29 08:47:24 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-06-29 08:47:24 +0000 |
| commit | 2f9efb384d7afd456c44dd1b0c4619adbae5b248 (patch) | |
| tree | d0aa03542fe6a6f68445c354c3620eb194a1ced0 /Makefile.am | |
| parent | 6923e53751b796d12d37b8f4a3889fb934f0ef6c (diff) | |
prepare for alpha1 release.
make 'make dist' work.
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 433af840..172b3b12 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = po themes data render parser kernel plugins tools +SUBDIRS = m4 po themes data render parser kernel plugins tools MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in stamp-h.in doc: @@ -9,7 +9,11 @@ distclean-local: ACLOCAL_AMFLAGS = -I m4 -EXTRA_DIST = config.rpath mkinstalldirs INSTALL README \ - COPYING AUTHORS CHANGELOG +EXTRA_DIST = \ + config.rpath \ + mkinstalldirs \ + README \ + COPYING \ + AUTHORS .PHONY: doc |
