Kouhei Sutou
kous****@users*****
2006年 11月 26日 (日) 00:05:51 JST
Index: tomoe/doc/reference/Makefile.am diff -u /dev/null tomoe/doc/reference/Makefile.am:1.1 --- /dev/null Sun Nov 26 00:05:51 2006 +++ tomoe/doc/reference/Makefile.am Sun Nov 26 00:05:51 2006 @@ -0,0 +1,45 @@ +MAINTAINERCLEANFILE = Makefile.in + +## Process this file with automake to produce Makefile.in +AUTOMAKE_OPTIONS = 1.6 + +# The name of the module. +DOC_MODULE=tomoe + +# The top-level SGML file. +DOC_MAIN_SGML_FILE=tomoe-docs.sgml + +# Extra options to supply to gtkdoc-scan +SCAN_OPTIONS= + +# The directory containing the source code. Relative to $(srcdir) +DOC_SOURCE_DIR=../.. + +# Used for dependencies +HFILE_GLOB=$(top_srcdir)/lib/*.h +CFILE_GLOB=$(top_srcdir)/lib/*.c + +# Headers to ignore +IGNORE_HFILES= \ + glib-utils.h \ + config.h + +# Extra options to supply to gtkdoc-mkdb +MKDB_OPTIONS=--sgml-mode --output-format=xml --ignore-files=trio + +# Images to copy into HTML directory +HTML_IMAGES = + +# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE) +content_files = \ + version.xml + +# Extra options to supply to gtkdoc-fixref +FIXXREF_OPTIONS= + +# include common portion ... +include $(top_srcdir)/gtk-doc.make + +# Other files to distribute +EXTRA_DIST += \ + version.xml.in Index: tomoe/doc/reference/tomoe-docs.sgml diff -u /dev/null tomoe/doc/reference/tomoe-docs.sgml:1.1 --- /dev/null Sun Nov 26 00:05:51 2006 +++ tomoe/doc/reference/tomoe-docs.sgml Sun Nov 26 00:05:51 2006 @@ -0,0 +1,51 @@ +<?xml version="1.0"?> +<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" + "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [ + +<!ENTITY tomoe SYSTEM "xml/tomoe.xml"> + +<!ENTITY tomoe-Candidate SYSTEM "xml/tomoe-candidate.xml"> +<!ENTITY tomoe-Char SYSTEM "xml/tomoe-char.xml"> +<!ENTITY tomoe-Config SYSTEM "xml/tomoe-config.xml"> +<!ENTITY tomoe-Context SYSTEM "xml/tomoe-context.xml"> +<!ENTITY tomoe-Dict SYSTEM "xml/tomoe-dict.xml"> +<!ENTITY tomoe-Query SYSTEM "xml/tomoe-query.xml"> +<!ENTITY tomoe-Reading SYSTEM "xml/tomoe-reading.xml"> +<!ENTITY tomoe-Recognizer SYSTEM "xml/tomoe-recognizer.xml"> +<!ENTITY tomoe-Shelf SYSTEM "xml/tomoe-shelf.xml"> +<!ENTITY tomoe-Writing SYSTEM "xml/tomoe-writing.xml"> + +<!ENTITY version SYSTEM "version.xml"> +]> +<book id="index"> + <bookinfo> + <title>TOMOE Reference Manual</title> + <releaseinfo>for TOMOE &version;</releaseinfo> + </bookinfo> + + <chapter id="tomoe"> + <title>Tomoe Core</title> + + &tomoe; + + &tomoe-Candidate; + &tomoe-Char; + &tomoe-Config; + &tomoe-Context; + &tomoe-Dict; + &tomoe-Query; + &tomoe-Reading; + &tomoe-Shelf; + &tomoe-Writing; + </chapter> + + <index> + <title>Index</title> + </index> + <index role="deprecated"> + <title>Index of deprecated symbols</title> + </index> + <index role="0.3.0"> + <title>Index of new symbols in 0.3.0</title> + </index> +</book> Index: tomoe/doc/reference/version.xml.in diff -u /dev/null tomoe/doc/reference/version.xml.in:1.1 --- /dev/null Sun Nov 26 00:05:51 2006 +++ tomoe/doc/reference/version.xml.in Sun Nov 26 00:05:51 2006 @@ -0,0 +1 @@ + @ TOMOE_VERSION@