diff options
author | kx <kx@radix.pro> | 2023-04-07 06:34:02 +0300 |
---|---|---|
committer | kx <kx@radix.pro> | 2023-04-07 06:34:02 +0300 |
commit | f84701650cb9f48ae55290e4091d70b334b907d5 (patch) | |
tree | c9279e9123858cbd82a11f8e1a27691d8b554c81 /perl/Makefile.am | |
parent | 890f8e901f0ea339efae789a00ac4fc561303e29 (diff) | |
download | jsmin-trunk.tar.xz |
Diffstat (limited to 'perl/Makefile.am')
-rw-r--r-- | perl/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/perl/Makefile.am b/perl/Makefile.am new file mode 100644 index 0000000..7cd8778 --- /dev/null +++ b/perl/Makefile.am @@ -0,0 +1,7 @@ + +############################################################ +# Don't strip jsmin.pl script when `make install-strip' # +############################################################ +INSTALL_SCRIPT = ${INSTALL} + +bin_SCRIPTS = jsmin.pl |