*** empty log message ***
[m17n/m17n-lib-js.git] / Makefile
1 DIST=/project/web/extra/m17n-lib/mim-js/
2 FILES=index.html latn-post.js mim.js th-kesmanee.js
3
4 upload:
5         for f in ${FILES}; do \
6           if [ $$f -nt ${DIST}/$$f ] ; then \
7             echo $$f; \
8             cp $$f ${DIST}; \
9           fi; \
10         done
11         cd /project/web/source/m17n-lib; make