diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-09-22 21:39:37 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-09-22 21:39:37 +0000 |
commit | 59889d45da6b14f4dcfba731f748896026758774 (patch) | |
tree | af90d58da2648731b320fc4a78b2f865d7d05b8b /Makefile.am | |
parent | 734c17ae56ae5fd4a40a6a1aafc5a24f73301413 (diff) | |
download | curl-59889d45da6b14f4dcfba731f748896026758774.tar.gz |
Include the RELEASE-NOTES file too, which is basicly the release announce
message.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 54dc31c09..a48c323cf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,7 +5,8 @@ AUTOMAKE_OPTIONS = foreign EXTRA_DIST = CHANGES COPYING maketgz reconf Makefile.dist \ - curl-config.in build_vms.com curl-style.el sample.emacs testcurl.sh + curl-config.in build_vms.com curl-style.el sample.emacs testcurl.sh \ + RELEASE-NOTES bin_SCRIPTS = curl-config |