Skip to content

Commit

Permalink
Release notes: use SPONSORS (no file type) as the published file name
Browse files Browse the repository at this point in the history
SPONSORS.txt is the website published filename, but it seems some distros
were using the source code file name.

Use SPONSORS.ist for the coded listings instead.
  • Loading branch information
yadij committed Aug 5, 2012
1 parent 8f308a9 commit bdb40e3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ EXTRA_DIST = \
INSTALL \
QUICKSTART \
README \
SPONSORS.txt \
SPONSORS \
bootstrap.sh \
po4a.conf

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ do
done

# Make a copy of SPONSORS we can package
sed -e 's/@Squid-[0-9\.]*://' <SPONSORS > SPONSORS.txt || (rm -f SPONSORS.txt && exit 1)
sed -e 's/@Squid-[0-9\.]*://' <SPONSORS.list > SPONSORS || (rm -f SPONSORS && exit 1)

# Fixup autoconf recursion using --silent/--quiet option
# autoconf should inherit this option whe recursing into subdirectories
Expand Down
1 change: 1 addition & 0 deletions mkrelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ inst $tmpdir/CONTRIBUTORS $dst/CONTRIBUTORS.txt
inst $tmpdir/COPYING $dst/COPYING.txt
inst $tmpdir/COPYRIGHT $dst/COPYRIGHT.txt
inst $tmpdir/CREDITS $dst/CREDITS.txt
inst $tmpdir/SPONSORS $dst/SPONSORS.txt
inst $tmpdir/ChangeLog $dst/ChangeLog.txt
if [ -f $tmpdir/doc/release-notes/release-$RELEASE.html ]; then
cat $tmpdir/doc/release-notes/release-$RELEASE.html | sed -e '
Expand Down

0 comments on commit bdb40e3

Please sign in to comment.