From: handa Date: Wed, 6 Dec 2006 05:57:41 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: XML-base~23 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=211f6be6c97311bf8b8e4039834ab70a8dbbf84f;p=m17n%2Fm17n-docs.git *** empty log message *** --- 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