Use the package name to infer module location. This will make it easier to script our maintaining tasks.
8 lines
374 B
Makefile
8 lines
374 B
Makefile
dist: CHANGES README LICENSE config ngx_http_uploadprogress_module.c
|
|
tar czvf ../nginx_uploadprogress_module-0.7.tar.gz \
|
|
../nginx_uploadprogress_module/CHANGES \
|
|
../nginx_uploadprogress_module/README \
|
|
../nginx_uploadprogress_module/LICENSE \
|
|
../nginx_uploadprogress_module/config \
|
|
../nginx_uploadprogress_module/ngx_http_uploadprogress_module.c
|
|
|