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}
+++ /dev/null
-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>
+++ /dev/null
-¿¸À¸ì½èÍý¥é¥¤¥Ö¥é¥ê 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