*** empty log message ***
authorhanda <handa>
Wed, 23 Jul 2003 11:51:11 +0000 (11:51 +0000)
committerhanda <handa>
Wed, 23 Jul 2003 11:51:11 +0000 (11:51 +0000)
.cvsignore
Makefile.am
mainpage.en.html [deleted file]
mainpage.ja.html [deleted file]

index 5d380f0..da167d8 100644 (file)
@@ -12,3 +12,4 @@ usr
 dev
 ja
 warning
 dev
 ja
 warning
+*.tar.gz
index fd448b9..d9cab2c 100644 (file)
@@ -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
 
        ruby utils/mkman.rb ja
        rm -rf doxytemp sample
 
-CLEANFILES=doxyfile-*
+CLEANFILES=doxyfile-* *.tar.gz warning *~
 
 clean-local:
 
 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}
 
 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}
 
        cp ${distdir}.tar.gz ${WEBDIR}
        cp usr/html/* ${WEBDIR}
 
diff --git a/mainpage.en.html b/mainpage.en.html
deleted file mode 100644 (file)
index c89226d..0000000
+++ /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. 
-
-<DL>
-<DT><em> M-text </em><DD> A data structure used as objects for multilingual text. 
-<DT> Functions and macros <DD> Functions and macros for handling M-text.
-<DT> Decoder/Encoder <DD> Decoder/Encoder converts M-text from/to byte sequences
-in many kinds of formats.
-<DT> Huge space for character <DD> A character space that can contain all Unicode
-characters and the same number of non-Unicode characters.
-<DT> <em> CharTable </em> <DD> A data structure to store
-character-related attirubtes efficiently.
-<DT> User Interface for window systems <DD> Display and input of
-M-text on window systems.  
-</DL>
diff --git a/mainpage.ja.html b/mainpage.ja.html
deleted file mode 100644 (file)
index 726bd62..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-¿¸À¸ì½èÍý¥é¥¤¥Ö¥é¥ê m17n-lib¤Ï C ¸À¸ìÍѥ饤¥Ö¥é¥ê¤Ç¤¢¤ê¡¢Â¿¸À¸ìʸ½ñ¤ò
-°·¤¦°Ê²¼¤Î´ðËܵ¡Ç½¤ò¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¥×¥í¥°¥é¥à¤ËÄ󶡤¹¤ë¡£
-
-<UL>
-<LI> Â¿¸À¸ì¥Æ¥­¥¹¥ÈÍÑ¥ª¥Ö¥¸¥§¥¯¥È¤È¤·¤Æ¤Î¹½Â¤ÂΠ<it> M-text </it> 
-<LI> M-text ¤ò°·¤¦¤¿¤á¤Î¿¤¯¤Î´Ø¿ô¡¦¥Þ¥¯¥í·²¡£¼ï¡¹¤Î¥Õ¥©¡¼¥Þ¥Ã¥È¤Ç
-     ¥¨¥ó¥³¡¼¥É¤µ¤ì¤¿¥Æ¥­¥¹¥È¤È M-text ´Ö¤ÎÊÑ´¹¤ò¹Ô¤¦¥Ç¥³¡¼¥À¤È¥¨¥ó¥³¡¼¥À
-<LI> Unicode ¤ÎÁ´¤Æ¤Îʸ»ú¤Î¾¤Ë¡¢¤½¤ì¤ÈƱ¤¸¿ô¤ÎÈó Unicode Ê¸»ú¤ò°·
-    ¤¦¤³¤È¤Î¤Ç¤­¤ëµðÂç¤Êʸ»ú¶õ´Ö
-
-<LI> Ê¸»úËè¤Î¾ðÊó¤ò¸úΨÎɤ¯³ÊǼ¤¹¤ë¹½Â¤ÂΠ<it> CharTable </it>
-
-<LI> M-text¤Î¥¦¥£¥ó¥É¥¦¥·¥¹¥Æ¥à¾å¤Ç¤Îɽ¼¨¤ÈÆþÎÏ
-</UL>
\ No newline at end of file