*** empty log message ***
authorhanda <handa>
Fri, 5 Mar 2004 08:47:46 +0000 (08:47 +0000)
committerhanda <handa>
Fri, 5 Mar 2004 08:47:46 +0000 (08:47 +0000)
Makefile.am
mainpage.txt

index 9b469f1..d076dc9 100644 (file)
@@ -56,8 +56,8 @@ install-pkgdataDATA: $(pkgdata_DATA)
 #
 if MAINTAINER_MODE
 
 #
 if MAINTAINER_MODE
 
-PROJECT_NAME_EN = "The M17N Library"
-PROJECT_NAME_JA = "M17N ¥é¥¤¥Ö¥é¥ê"
+PROJECT_NAME_EN = "The m17n Library"
+PROJECT_NAME_JA = "m17n ¥é¥¤¥Ö¥é¥ê"
 PROJECT_VERSION = @PACKAGE_VERSION@
 
 DOXYGEN = doxygen
 PROJECT_VERSION = @PACKAGE_VERSION@
 
 DOXYGEN = doxygen
@@ -313,14 +313,15 @@ CLEANFILES=doxyfile-* ${TARGET} *.tar.gz warning *~
 clean-local:
        rm -rf usr dev ja man doxywork
 
 clean-local:
        rm -rf usr dev ja man doxywork
 
-WEBDIR = /project/web/extra/m17n-lib/m17n-docs
+WEBDIR = /project/web/extra/m17n-lib
 
 release: dist
 
 release: dist
-       [ -d ${WEBDIR} ] || mkdir ${WEBDIR}
+       [ -d ${WEBDIR}/m17n-docs ] || mkdir ${WEBDIR}/m17n-docs
+       [ -d ${WEBDIR}/download ] || mkdir ${WEBDIR}/download
        cd usr/html; for f in *; do \
        cd usr/html; for f in *; do \
-         case $$f in *8c*);; *8h*);; *8txt*);; *) echo $$f;; esac; \
+         case $$f in *8c*);; *8h*);; *8txt*);; *) cp $$f ${WEBDIR}/m17n-docs;; esac; \
        done
        done
-       cp ${distdir}.tar.gz ${WEBDIR}
+       cp ${distdir}.tar.gz ${WEBDIR}/download
 
 
 .PRECIOUS: %/latex/refman.tex %/man/man3/m17nIntro.3m ${SRCALL}
 
 
 .PRECIOUS: %/latex/refman.tex %/man/man3/m17nIntro.3m ${SRCALL}
index 07563aa..1b258c5 100644 (file)
@@ -1,9 +1,9 @@
 /* -*- coding: euc-jp; -*- */
 /* -*- coding: euc-jp; -*- */
-/***en @mainpage The M17N Library Documentation */
-/***ja @mainpage M17N ¥é¥¤¥Ö¥é¥ê */
+/***en @mainpage The m17n Library Documentation */
+/***ja @mainpage m17n ¥é¥¤¥Ö¥é¥ê */
 
 /***en @section what What is the m17n library? */
 
 /***en @section what What is the m17n library? */
-/***ja @section what M17N ¥é¥¤¥Ö¥é¥ê¤È¤Ï? */
+/***ja @section what m17n ¥é¥¤¥Ö¥é¥ê¤È¤Ï? */
 
 /***
 The @e m17n @e library is a multilingual text processing library for
 
 /***
 The @e m17n @e library is a multilingual text processing library for
@@ -51,7 +51,7 @@ system.
 /***en @section usage How to use it? */
 /***ja @section usage ÍøÍÑË¡ */
 /***
 /***en @section usage How to use it? */
 /***ja @section usage ÍøÍÑË¡ */
 /***
-Just include <m17n.h> in your program, and link it with the m17n
+Simply include <m17n.h> in your program, and link it with the m17n
 library by -lm17n.  See @ref m17nIntro @latexonly
 (P.\pageref{group__m17nIntro}) @endlatexonly for the detail.  */
 
 library by -lm17n.  See @ref m17nIntro @latexonly
 (P.\pageref{group__m17nIntro}) @endlatexonly for the detail.  */
 
@@ -63,7 +63,7 @@ The m17n library utilizes these external libraries.  They are not
 mandatory but several functions of the m17n library depend on them.
 
 <ul>
 mandatory but several functions of the m17n library depend on them.
 
 <ul>
-<li> m17n-db -- http://www.m17n.org/m17n-db/
+<li> m17n-db -- http://www.m17n.org/m17n-lib/download/m17n-db-1.0.tar.gz
 
      Used by @ref m17nShell and @ref m17nGUI.
 
 
      Used by @ref m17nShell and @ref m17nGUI.