diff options
author | Roger Dingledine <arma@torproject.org> | 2007-01-25 20:44:48 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-01-25 20:44:48 +0000 |
commit | 48261e91d89754828375de0ed03299d6af79555a (patch) | |
tree | 2859597db50676460d1d7842b90ca587fe78b394 /Makefile.am | |
parent | 9d5449c52e666924e75a6365e5e86411ce364d28 (diff) | |
download | tor-48261e91d89754828375de0ed03299d6af79555a.tar.gz tor-48261e91d89754828375de0ed03299d6af79555a.zip |
add a new file ReleaseNotes that contains just the
summary changelogs from the stable releases. we'll
be removing these summaries from ChangeLog, in favor
of more detailed per-sub-release changelogs.
svn:r9405
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 60685b0bf0..c1bf3ff6f1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,7 +10,8 @@ SUBDIRS = src doc contrib DIST_SUBDIRS = src doc contrib -EXTRA_DIST = INSTALL README AUTHORS LICENSE ChangeLog tor.spec tor.spec.in +EXTRA_DIST = INSTALL README AUTHORS LICENSE ChangeLog \ + ReleaseNotes tor.spec tor.spec.in #install-data-local: # $(INSTALL) -m 755 -d $(LOCALSTATEDIR)/lib/tor |