projects
/
pgbouncer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edeabb4
)
Makefile: add pgbouncer.ini and userlist.txt to zip
author
Marko Kreen
<markokr@gmail.com>
Fri, 29 Apr 2011 15:21:00 +0000
(18:21 +0300)
committer
Marko Kreen
<markokr@gmail.com>
Fri, 29 Apr 2011 15:21:00 +0000
(18:21 +0300)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/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)