Skip to content
Snippets Groups Projects
Commit 02883661 authored by Vivek Das Mohapatra's avatar Vivek Das Mohapatra
Browse files

Restore dropped changes to hook up gtk-doc to build system

parent a4941e46
No related branches found
No related tags found
1 merge request!311Build capsule-capture-libs from a bundled copy of libcapsule
# ============================================================================
# standalone man pages from docbook source:
XSLTPROC_FLAGS = \
--nonet \
--stringparam man.output.quietly 1 \
......@@ -8,10 +10,33 @@ XSLTPROC_FLAGS = \
XSLT_MAN = http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
include gtk-doc.make
%.1: doc/%.xml
$(AM_V_GEN) $(XSLTPROC) $(XSLTPROC_FLAGS) $(XSLT_MAN) $<
%.3: xml/%.xml docs
$(AM_V_GEN) $(XSLTPROC) $(XSLTPROC_FLAGS) $(XSLT_MAN) $<
# ============================================================================
# gtk-doc configuration: see /usr/share/doc/gtk-doc-tools/examples/Makefile.am
DOC_MODULE = libcapsule
DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.xml
DOC_SOURCE_DIR = capsule
SCAN_OPTIONS =
MKDB_OPTIONS = --xml-mode --output-format=xml
MKTMPL_OPTIONS =
MKHTML_OPTIONS =
FIXXREF_OPTIONS =
HFILE_GLOB =
CFILE_GLOB =
EXTRA_HFILES =
IGNORE_HFILES =
HTML_IMAGES =
content_files =
expand_content_files =
GTKDOC_CFLAGS =
GTKDOC_LIBS =
-include gtk-doc.make
# ============================================================================
man_MANS = capsule-init-project.1 capsule-mkstublib.1
CLEANFILES += $(man_MANS)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment