From: Marko Kreen Date: Fri, 29 Apr 2011 15:21:00 +0000 (+0300) Subject: Makefile: add pgbouncer.ini and userlist.txt to zip X-Git-Tag: pgbouncer_1_4_2_rc1~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=48df88655c078bcad467c562035ba66cdba698da;p=pgbouncer Makefile: add pgbouncer.ini and userlist.txt to zip --- diff --git a/Makefile b/Makefile index 9c0b721..2601393 100644 --- 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)