X-Git-Url: http://git.chise.org/gitweb/?p=m17n%2Fm17n-docs.git;a=blobdiff_plain;f=Makefile.am;h=080ee46418420f931a942dfa16b5624806fda781;hp=93238ae7e19402ffa4f738091933afff8dd1fc6c;hb=211f6be6c97311bf8b8e4039834ab70a8dbbf84f;hpb=d3862b32d16cd2ed1754bf72141ad8ef7b823fe2 diff --git a/Makefile.am b/Makefile.am index 93238ae..080ee46 100644 --- a/Makefile.am +++ b/Makefile.am @@ -335,9 +335,9 @@ release: dist cd usr/html; for f in *; do \ case $$f in *8c*);; *8h*);; *8txt*);; dirs.html);; dir_*);; files.html);; *) cp $$f ${WEBDIR}/m17n-docs;; esac; \ done - [ -d ${WEBDIR}-ja/m17n-docs ] || mkdir ${WEBDIR}-ja/m17n-docs + [ -d ${WEBDIR}-ja2/m17n-docs ] || mkdir ${WEBDIR}-ja2/m17n-docs cd ja/html; for f in *; do \ - case $$f in *8c*);; *8h*);; *8txt*);; dirs.html);; dir_*);; files.html);; *) cp $$f ${WEBDIR}-ja/m17n-docs;; esac; \ + case $$f in *8c*);; *8h*);; *8txt*);; dirs.html);; dir_*);; files.html);; *) cp $$f ${WEBDIR}-ja2/m17n-docs;; esac; \ done cp ${distdir}.tar.gz ${WEBDIR}/download