diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-04-17 15:25:03 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-04-17 15:25:03 +0200 |
commit | 403efb94e197484b3f5a6b813904b0a01a4623d3 (patch) | |
tree | baa7febb0f8dc04da92b4a8691dd700208fa421a /Makefile.am | |
parent | e39c2084c9e47cff53256d378b73e4aa6c4f899e (diff) | |
download | gnutls-403efb94e197484b3f5a6b813904b0a01a4623d3.tar.gz |
Fix some obsolete stuff.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
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) |