about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-02-08 18:50:07 +0000
committerEric Wong <normalperson@yhbt.net>2013-02-08 18:51:40 +0000
commitcb0623f25db7f06660e563e8e746bfe0ae5ba9c5 (patch)
treef796b3c1cb733c0ea5b00a58da6e670deb4a88ca /GNUmakefile
parent1b3352ec9b5c9eeb58cf330d6b9ce8753af4ec16 (diff)
downloadunicorn-cb0623f25db7f06660e563e8e746bfe0ae5ba9c5.tar.gz
This DRYs out our code and prevents snafus like the 4.6.0
release where UNICORN_VERSION stayed at 4.5.0

Reported-by: Maurizio De Santis <m.desantis@morganspa.com>
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index ea13486..34a2d95 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -155,7 +155,7 @@ clean:
 man html:
         $(MAKE) -C Documentation install-$@
 
-pkg_extra := GIT-VERSION-FILE ChangeLog LATEST NEWS \
+pkg_extra := GIT-VERSION-FILE lib/unicorn/version.rb ChangeLog LATEST NEWS \
              $(ext)/unicorn_http.c $(man1_paths)
 
 ChangeLog: GIT-VERSION-FILE .wrongdoc.yml