docs/Makefile.am
changeset 282 5ce341d27985
parent 242 f2218527ad4a
child 287 026c47621214
     1.1 --- a/docs/Makefile.am	Mon Jun 16 17:54:29 2008 -0400
     1.2 +++ b/docs/Makefile.am	Wed Jun 25 11:44:54 2008 -0400
     1.3 @@ -1,3 +1,33 @@
     1.4 +# The name of the module.
     1.5 +DOC_MODULE=razor
     1.6 +
     1.7 +# The top-level SGML file.
     1.8 +DOC_MAIN_SGML_FILE=razor-docs.xml
     1.9 +
    1.10 +# Extra options to supply to gtkdoc-scan
    1.11 +IGNORE_HFILES = config.h razor-internal.h
    1.12 +
    1.13 +# The directory containing the source code. Relative to $(srcdir)
    1.14 +DOC_SOURCE_DIR=$(top_srcdir)/librazor
    1.15 +
    1.16 +# Used for dependencies
    1.17 +HFILE_GLOB=$(top_srcdir)/librazor/*.h
    1.18 +CFILE_GLOB=$(top_srcdir)/librazor/*.c
    1.19 +
    1.20 +# Extra options to supply to gtkdoc-mkdb
    1.21 +MKDB_OPTIONS=--sgml-mode --output-format=xml
    1.22 +
    1.23 +# Extra options to supply to gtkdoc-mktmpl
    1.24 +MKTMPL_OPTIONS=
    1.25 +
    1.26 +if ENABLE_GTK_DOC
    1.27 +include $(top_srcdir)/gtk-doc.make
    1.28 +else
    1.29 +EXTRA_DIST =
    1.30 +endif
    1.31 +
    1.32 +# Version information for marking the documentation
    1.33 +EXTRA_DIST += version.xml.in
    1.34  
    1.35  docsdir = $(datadir)/doc/razor
    1.36  dist_docs_DATA = 		\