nginx-sid/debian/modules/http-uploadprogress/Makefile
Christos Trochalakis 515a80bc0a mod: Normalize module locations
Use the package name to infer module location. This
will make it easier to script our maintaining tasks.
2017-10-12 10:37:22 +03:00

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