summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-04-17 15:25:03 +0200
committerSimon Josefsson <simon@josefsson.org>2008-04-17 15:25:03 +0200
commit403efb94e197484b3f5a6b813904b0a01a4623d3 (patch)
treebaa7febb0f8dc04da92b4a8691dd700208fa421a /Makefile.am
parente39c2084c9e47cff53256d378b73e4aa6c4f899e (diff)
downloadgnutls-403efb94e197484b3f5a6b813904b0a01a4623d3.tar.gz
Fix some obsolete stuff.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index f4d08a49b7..7c921bf691 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -30,11 +30,13 @@ endif
ACLOCAL_AMFLAGS = -I m4 -I gl/m4 -I lgl/m4
+EXTRA_DIST = cfg.mk .clcopying
+
# Maintainer targets
ChangeLog:
git log --pretty --numstat --summary --since="2005 November 07" -- | git2cl > ChangeLog
- cat .cvscopying >> ChangeLog
+ cat .clcopying >> ChangeLog
tag = $(PACKAGE)_`echo $(VERSION) | sed 's/\./_/g'`
htmldir = ../www-$(PACKAGE)