X-Git-Url: http://git.chise.org/gitweb/?p=m17n%2Fm17n-docs.git;a=blobdiff_plain;f=Makefile.am;h=b16fdda1598bc4551fa27a03431ca3173a675b29;hp=9c315bda5b7a61e5ce74fd126908b39e7875bacc;hb=1e20e83e30b6c0aa420e2bbc937a6abdbcab1388;hpb=583ade0ba211aac29e11d712f6c2f9f1e813efc4 diff --git a/Makefile.am b/Makefile.am index 9c315bd..b16fdda 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,7 +33,8 @@ pkgdata_DATA = \ pkgdatadir = $(datadir)/m17n/docs EXTRA_DIST = usr/html usr/latex/m17n-lib.dvi usr/latex/m17n-lib.ps \ - man/man1 man/man3 man/man5 + man/man1 man/man3 man/man5 \ + ja/html ja/latex/m17n-lib-ja.dvi ja/latex/m17n-lib-ja.ps install-pkgdataDATA: $(pkgdata_DATA) $(mkinstalldirs) $(pkgdatadir)/html @@ -326,6 +327,10 @@ release: dist cd usr/html; for f in *; do \ case $$f in *8c*);; *8h*);; *8txt*);; *) cp $$f ${WEBDIR}/m17n-docs;; esac; \ done + [ -d ${WEBDIR}-ja/m17n-docs ] || mkdir ${WEBDIR}-ja/m17n-docs + cd ja/html; for f in *; do \ + case $$f in *8c*);; *8h*);; *8txt*);; *) cp $$f ${WEBDIR}-ja/m17n-docs;; esac; \ + done cp ${distdir}.tar.gz ${WEBDIR}/download