From 8de95b8825322b99e8df39279578a07f5f8240f7 Mon Sep 17 00:00:00 2001 From: handa Date: Wed, 23 Jul 2003 11:51:11 +0000 Subject: [PATCH] *** empty log message *** --- .cvsignore | 1 + Makefile.am | 5 +++-- mainpage.en.html | 15 --------------- mainpage.ja.html | 14 -------------- 4 files changed, 4 insertions(+), 31 deletions(-) delete mode 100644 mainpage.en.html delete mode 100644 mainpage.ja.html diff --git a/.cvsignore b/.cvsignore index 5d380f0..da167d8 100644 --- a/.cvsignore +++ b/.cvsignore @@ -12,3 +12,4 @@ usr dev ja warning +*.tar.gz diff --git a/Makefile.am b/Makefile.am index fd448b9..d9cab2c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -196,15 +196,16 @@ ja/man3m/%.3m: ja/man/man3/%.3m sample-ja.c utils/mkman.rb ruby utils/mkman.rb ja rm -rf doxytemp sample -CLEANFILES=doxyfile-* +CLEANFILES=doxyfile-* *.tar.gz warning *~ clean-local: - rm -rf usr dev ja + rm -rf usr dev ja doxywork WEBDIR = /project/web/extra/m17n-lib/m17n-docs web: $(pkgdata_DATA) [ -d ${WEBDIR} ] || mkdir ${WEBDIR} + [ -f ${distdir}.tar.gz ] || make dist cp ${distdir}.tar.gz ${WEBDIR} cp usr/html/* ${WEBDIR} diff --git a/mainpage.en.html b/mainpage.en.html deleted file mode 100644 index c89226d..0000000 --- a/mainpage.en.html +++ /dev/null @@ -1,15 +0,0 @@ -Multilingual Library m17n-lib is a C language library that provides -the following basic maultilingual facilities for application software. - -
-
M-text
A data structure used as objects for multilingual text. -
Functions and macros
Functions and macros for handling M-text. -
Decoder/Encoder
Decoder/Encoder converts M-text from/to byte sequences -in many kinds of formats. -
Huge space for character
A character space that can contain all Unicode -characters and the same number of non-Unicode characters. -
CharTable
A data structure to store -character-related attirubtes efficiently. -
User Interface for window systems
Display and input of -M-text on window systems. -
diff --git a/mainpage.ja.html b/mainpage.ja.html deleted file mode 100644 index 726bd62..0000000 --- a/mainpage.ja.html +++ /dev/null @@ -1,14 +0,0 @@ -¿¸À¸ì½èÍý¥é¥¤¥Ö¥é¥ê m17n-lib¤Ï C ¸À¸ìÍѥ饤¥Ö¥é¥ê¤Ç¤¢¤ê¡¢Â¿¸À¸ìʸ½ñ¤ò -°·¤¦°Ê²¼¤Î´ðËܵ¡Ç½¤ò¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¥×¥í¥°¥é¥à¤ËÄ󶡤¹¤ë¡£ - - \ No newline at end of file -- 1.7.10.4