*** empty log message ***
authorhanda <handa>
Sat, 25 Dec 2004 02:55:08 +0000 (02:55 +0000)
committerhanda <handa>
Sat, 25 Dec 2004 02:55:08 +0000 (02:55 +0000)
Makefile.am
doxyfile
mainpage.txt

index 2d6d299..b059480 100644 (file)
@@ -240,6 +240,7 @@ data/m17n-db.txt: @M17NDB@/m17n-db.in
                        utils/%_filter.rb m17n-lib.css
        rm -f `dirname $@`/*.html
        ${DOXYGEN} $<
+       cd `dirname $@`; rm *_8c* *_8h* *_8txt* dirs.html dir_* files.html
        echo 'code { font-weight: bold }' >> `dirname $@`/doxygen.css
 
 %/html/parrot.png: parrot.png
@@ -248,6 +249,7 @@ data/m17n-db.txt: @M17NDB@/m17n-db.in
 %/latex/refman.tex: doxyfile-latex.% ${SRCALL} utils/%_filter.rb
        rm -rf `dirname $@`
        ${DOXYGEN} $<
+       cd `dirname $@`; rm *_8c* *_8h* *_8txt* dirs.tex dir_* files.tex
 
 %/latex/m17n-lib.dvi: %/latex/refman.tex styles/m17n-lib.sty utils/latex.sh
        utils/latex.sh `dirname $@` latex
@@ -262,6 +264,7 @@ data/m17n-db.txt: @M17NDB@/m17n-db.in
 %/man/man1/m17n-config.1: doxyfile-man1.% ${MAN1} utils/%_filter.rb
        rm -rf `dirname $@`
        ${DOXYGEN} $<
+       cd `dirname $@`; rm _*.1 *.c.1 *.txt.1
 
 %/man/man3/m17nIntro.3m17n: doxyfile-man3.% ${MAN3} utils/%_filter.rb
        rm -rf `dirname $@`
@@ -325,11 +328,11 @@ release: dist
        [ -d ${WEBDIR}/m17n-docs ] || mkdir ${WEBDIR}/m17n-docs
        [ -d ${WEBDIR}/download ] || mkdir ${WEBDIR}/download
        cd usr/html; for f in *; do \
-         case $$f in *8c*);; *8h*);; *8txt*);; *) cp $$f ${WEBDIR}/m17n-docs;; esac; \
+         case $$f in *8c*);; *8h*);; *8txt*);; dirs.html);; dir_*);; files.html);; *) cp $$f ${WEBDIR}/m17n-docs;; esac; \
        done
        [ -d ${WEBDIR}-ja/m17n-docs ] || mkdir ${WEBDIR}-ja/m17n-docs
        cd ja/html; for f in *; do \
-         case $$f in *8c*);; *8h*);; *8txt*);; *) cp $$f ${WEBDIR}-ja/m17n-docs;; esac; \
+         case $$f in *8c*);; *8h*);; *8txt*);; dirs.html);; dir_*);; files.html);; *) cp $$f ${WEBDIR}-ja/m17n-docs;; esac; \
        done
        cp ${distdir}.tar.gz ${WEBDIR}/download
 
index 8b75442..225f2f1 100644 (file)
--- a/doxyfile
+++ b/doxyfile
@@ -124,7 +124,7 @@ CLASS_DIAGRAMS         = YES
 # be generated. Documented entities will be cross-referenced with these sources.
 # with a discussion with Handa, decided to set to NO Jan/8/2002
 
-SOURCE_BROWSER         = 
+SOURCE_BROWSER         = no
 
 # Setting the INLINE_SOURCES tag to YES will include the body 
 # of functions and classes directly in the documentation.
@@ -163,13 +163,13 @@ HIDE_SCOPE_NAMES       = NO
 # will generate a verbatim copy of the header file for each class for 
 # which an include is specified. Set to NO to disable this.
 
-VERBATIM_HEADERS       = yes
+VERBATIM_HEADERS       = no
 
 # If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen 
 # will put list of the files that are included by a file in the documentation 
 # of that file.
 
-SHOW_INCLUDE_FILES     = yes
+SHOW_INCLUDE_FILES     = no
 
 # If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen 
 # will interpret the first line (until the first dot) of a JavaDoc-style 
index 9e76a6f..5c40999 100644 (file)
@@ -92,8 +92,8 @@ library by -lm17n.  See @ref m17nIntro for the detail.  */
 
 /***ja @section usage ÍøÍÑÊýË¡ 
 
-<m17n.h> ¤ò¥×¥í¥°¥é¥à¤Ë include ¤·¡¢-lm17n ¤Ç m17n ¥é¥¤¥Ö¥é¥ê¤È¥ê¥ó¥¯
-¤·¤Æ¤¯¤À¤µ¤¤¡£ @ref m17nIntro ¤ò»²¾È¡£  */
+<m17n<EM></EM>.h> ¤ò¥×¥í¥°¥é¥à¤Ë include ¤·¡¢-lm17n ¤Ç m17n ¥é¥¤¥Ö¥é¥ê
+¤È¥ê¥ó¥¯¤·¤Æ¤¯¤À¤µ¤¤¡£ @ref m17nIntro ¤ò»²¾È¡£  */
 
 /***en @section extralib External libraries and data