summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Joseph Davis <davisp@apache.org>2012-06-17 17:08:17 -0500
committerPaul Joseph Davis <davisp@apache.org>2012-06-17 17:08:17 -0500
commit6a631fca2c576a1e189a019dfb646ab0b124c9ea (patch)
tree4344e87dfed0568d61d266c8f6598d9560591a37
parente64c05061c2bbd7bb2d5456e972e61f67486d989 (diff)
downloadcouchdb-6a631fca2c576a1e189a019dfb646ab0b124c9ea.tar.gz
Cleanup silly variable name
For some reason I kept swapping THANKS with AUTHORS in my head. Made it confusing for people reading that rule.
-rw-r--r--Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index 6646ac9ef..2d9da702c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -79,15 +79,15 @@ README.gz: $(top_srcdir)/README
-gzip -9 < $< > $@
THANKS.gz: $(top_srcdir)/THANKS
- @sed -e '/^#.*/d' $< > $(top_builddir)/AUTHORS.tmp
+ @sed -e '/^#.*/d' $< > $(top_builddir)/THANKS.tmp
@git shortlog -se 6c976bd..HEAD \
| grep -v @apache.org \
| sed -E 's/^[[:blank:]]{5}[[:digit:]]+[[:blank:]]/ * /' \
- >> $(top_builddir)/AUTHORS.tmp
+ >> $(top_builddir)/THANKS.tmp
@echo '\nFor a list of authors see the `AUTHORS` file.\n' \
- >> $(top_builddir)/AUTHORS.tmp
- -gzip -9 < $(top_builddir)/AUTHORS.tmp > $@
- @rm $(top_builddir)/AUTHORS.tmp
+ >> $(top_builddir)/THANKS.tmp
+ -gzip -9 < $(top_builddir)/THANKS.tmp > $@
+ @rm $(top_builddir)/THANKS.tmp
check: dev check-js
$(top_builddir)/test/etap/run $(top_srcdir)/test/etap