From: handa Date: Mon, 28 Jul 2003 00:31:28 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: XML-base~111 X-Git-Url: http://git.chise.org/gitweb/?p=m17n%2Fm17n-docs.git;a=commitdiff_plain;h=42d88273b369e4db4200d0a42641204a3fa78312 *** empty log message *** --- diff --git a/Makefile.am b/Makefile.am index 7f9a6fe..2d6121d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -122,6 +122,10 @@ usr: usr-html usr-latex usr-man ja: ja-html ja-latex ja-man dev: dev-html dev-latex +html: usr-html ja-html dev-html +latex: usr-latex ja-latex dev-latex +man: usr-man ja-man + doxyfile-html: doxyfile sed -e 's|%PROJECT_NUMBER%|@PACKAGE_VERSION@|' \ -e 's|%INPUT%|${SRCALL}|' \ diff --git a/doxyfile b/doxyfile index 122cbbd..b02ae18 100644 --- a/doxyfile +++ b/doxyfile @@ -203,7 +203,7 @@ SORT_MEMBER_DOCS = no # member in the group (if any) for the other members of the group. By default # all members of a group must be documented explicitly. -DISTRIBUTE_GROUP_DOC = no +DISTRIBUTE_GROUP_DOC = yes # The TAB_SIZE tag can be used to set the number of spaces in a tab. # Doxygen uses this value to replace tabs by spaces in code fragments.