X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=51074fb5da6d250b6f9bfa3aa1196ff157cfd557;hb=HEAD;hp=4fe7c73c9a8d4ddecd4a0dbeb638b4bb7ba4dc02;hpb=af19199ca707a45bc4c967d777d11be044f0b384;p=m17n%2Fm17n-docs.git diff --git a/Makefile.am b/Makefile.am index 4fe7c73..51074fb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ # Makefile.am -- Makefile for the m17n library documentation. -# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 +# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 # National Institute of Advanced Industrial Science and Technology (AIST) # Registration Number H15PRO112 @@ -76,7 +76,7 @@ EXAMPLE_PROGS = \ DBFORMAT = \ @M17NDB@/FORMATS -MAN1 = data/m17n-config.txt data/m17n-db.txt ${EXAMPLE_PROGS} +MAN1 = data/m17n-config.txt data/m17n-db.txt ${EXAMPLE_PROGS} data/exprog.txt MAN3 = @M17NLIB@/src/m17n-core.h \ @M17NLIB@/src/m17n.h \ @@ -125,6 +125,8 @@ usr-man man-usr: ${MAN_TARGET} TARGET = ${HTML_TARGET} ${LATEX_TARGET} ${MAN_TARGET} +all: usr ja + usr: usr-html usr-latex usr-man ja: ja-html ja-latex dev: dev-html dev-latex @@ -385,10 +387,10 @@ WEBDIR = /project/web/extra/m17n-lib release: dist-tgz [ -d ${WEBDIR}/m17n-docs ] || mkdir ${WEBDIR}/m17n-docs - [ -d ${WEBDIR}/download ] || mkdir ${WEBDIR}/download - cd usr/html; cp * ${WEBDIR}/m17n-docs + for f in usr/html/*; do [ -d "$$f" ] || cp "$$f" ${WEBDIR}/m17n-docs; done [ -d ${WEBDIR}-ja2/m17n-docs ] || mkdir ${WEBDIR}-ja2/m17n-docs - cd ja/html; cp * ${WEBDIR}-ja2/m17n-docs + for f in ja/html/*; do [ -d "$$f" ] || cp "$$f" ${WEBDIR}-ja2/m17n-docs; done + [ -d ${WEBDIR}/download ] || mkdir ${WEBDIR}/download cp ${distdir}.tar.gz ${WEBDIR}/download