*** 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         @updated=""; \
6         for f in ${FILES}; do \
7           if [ ! -f ${DIST}/$$f -o $$f -nt ${DIST}/$$f ] ; then \
8             echo $$f; \
9             cp $$f ${DIST}; \
10             updated="1"; \
11           fi; \
12         done; \
13         if [ -n "$$updated" ] ; then \
14           echo $$updated; \
15           cd /project/web/source/m17n-lib; make; \
16         fi