From: handa Date: Mon, 23 Jun 2003 01:11:40 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: XML-base~163 X-Git-Url: http://git.chise.org/gitweb/?p=m17n%2Fm17n-docs.git;a=commitdiff_plain;h=48278f7d83c28f96fe8f6f48e42cc2fbb672c8e1 *** empty log message *** --- diff --git a/Makefile.am b/Makefile.am index 0d780fd..aa0b136 100644 --- a/Makefile.am +++ b/Makefile.am @@ -125,7 +125,7 @@ doxyfile-man.usr: doxyfile Makefile -e 's|%GENERATE_MAN%|YES|' \ < $< >$@ -%/html/index.html: doxyfile-html.% ${SRCFILES} m17nlib.css +%/html/index.html: doxyfile-html.% ${SRCFILES} data-%/mainpage.c m17nlib.css rm -rf `dirname $@` ${DOXYGEN} $< diff --git a/data-usr/conclusion.tex b/data-usr/conclusion.tex new file mode 100644 index 0000000..3b1fd72 --- /dev/null +++ b/data-usr/conclusion.tex @@ -0,0 +1,4 @@ +%% -*- coding: euc-jp; -*- + +\section{conclusion} + diff --git a/data-usr/mainpage.c b/data-usr/mainpage.c new file mode 100644 index 0000000..9612a06 --- /dev/null +++ b/data-usr/mainpage.c @@ -0,0 +1,14 @@ +/***en + @mainpage My main page. + + @section sect1 The first section. + + section contents. + + @section sect2 The second section. + + section contents. + + */ +//// + diff --git a/doxyfile.in b/doxyfile.in index c3b3a9a..179a725 100644 --- a/doxyfile.in +++ b/doxyfile.in @@ -308,7 +308,7 @@ WARN_LOGFILE = warning # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = "@M17NLIB@/src/m17n-core.h" "@M17NLIB@/src/m17n.h" "@M17NLIB@/src/m17n-win.h" "@M17NLIB@/src/m17n-X.h" "@M17NLIB@/src/m17n-err.h" "@M17NLIB@/src/" +INPUT = "data-%USR_JA_DEV%/mainpage.c" "@M17NLIB@/src/m17n-core.h" "@M17NLIB@/src/m17n.h" "@M17NLIB@/src/m17n-win.h" "@M17NLIB@/src/m17n-X.h" "@M17NLIB@/src/m17n-err.h" "@M17NLIB@/src/" # If the value of the INPUT tag contains directories, you can use the # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp @@ -520,7 +520,7 @@ EXTRA_PACKAGES = # the first chapter. If it is left blank doxygen will generate a # standard header. Notice: only use this tag if you know what you are doing! -LATEX_HEADER = header.tex +LATEX_HEADER = # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated # is prepared for conversion to pdf (using ps2pdf). The pdf file will