]> granicus.if.org Git - pgbouncer/commitdiff
Makefile: add pgbouncer.ini and userlist.txt to zip
authorMarko Kreen <markokr@gmail.com>
Fri, 29 Apr 2011 15:21:00 +0000 (18:21 +0300)
committerMarko Kreen <markokr@gmail.com>
Fri, 29 Apr 2011 15:21:00 +0000 (18:21 +0300)
Makefile

index 9c0b7210b7d42331cdc60f3f5e490076231858ce..26013938bad514ec4e84c3b6ae4dafec012b075f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -232,7 +232,7 @@ zip: configure
 
 packzip: pgbouncer.exe
        rm -f $(zip)
-       zip $(zip) pgbouncer.exe pgbevent.dll doc/AUTHORS.txt doc/COPYRIGHT.txt doc/*.html
+       zip $(zip) pgbouncer.exe pgbevent.dll doc/AUTHORS.txt doc/COPYRIGHT.txt doc/*.html etc/pgbouncer.ini etc/userlist.txt
        rm -f doc/AUTHORS.txt doc/COPYRIGHT.txt
 
 zipupload: $(zip)