diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2002-05-17 20:11:26 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2002-05-17 20:11:26 +0000 |
commit | 92f11c15aae8884753f25ab9bb2e833463c05dad (patch) | |
tree | 21734c10b0888f1ed1c978d343da5018c613b127 /doc | |
parent | 15ac6d24a141547fb60311443613b9242e654d42 (diff) | |
download | tinyproxy-92f11c15aae8884753f25ab9bb2e833463c05dad.tar.gz tinyproxy-92f11c15aae8884753f25ab9bb2e833463c05dad.zip |
Added "releases.txt" to the list of files which need to be included in the
tarball. "releases.txt" is created by a script which searches through the
ChangeLog for release information.
Diffstat (limited to '')
-rw-r--r-- | doc/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 961ebce..24627ef 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,2 +1,5 @@ -EXTRA_DIST = tinyproxy.8 tinyproxy.conf HTTP_ERROR_CODES RFC_INFO report.sh +EXTRA_DIST = tinyproxy.8 tinyproxy.conf \ + HTTP_ERROR_CODES RFC_INFO \ + releases.txt \ + report.sh \ man_MANS = tinyproxy.8 |