~ubuntu-branches/ubuntu/saucy/gtk-doc/saucy

« back to all changes in this revision

Viewing changes to tests/bugs/docs/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2009-02-17 17:11:41 UTC
  • mto: (1.2.8 upstream) (4.1.2 squeeze)
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: james.westby@ubuntu.com-20090217171141-nobu8ey8kqtq5alx
Import upstream version 1.11

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
  2>&1 | tee gtkdoc-scan.log
24
24
 
25
25
# Extra options to supply to gtkdoc-mkdb.
26
 
MKDB_OPTIONS=--sgml-mode --output-format=xml 2>&1 | tee gtkdoc-mkdb.log
 
26
MKDB_OPTIONS=--sgml-mode --name-space=bug 2>&1 | tee gtkdoc-mkdb.log
27
27
 
28
28
# Extra options to supply to gtkdoc-mktmpl
29
29
# e.g. MKTMPL_OPTIONS=--only-section-tmpl
58
58
# CFLAGS and LDFLAGS for compiling gtkdoc-scangobj with your library.
59
59
# Only needed if you are using gtkdoc-scangobj to dynamically query widget
60
60
# signals and properties.
61
 
INCLUDES = -I$(top_builddir) -I$(top_builddir)/tests/bugs/src $(TEST_DEPS_CFLAGS)
 
61
GTKDOC_CFLAGS = -I$(top_builddir) -I$(top_builddir)/tests/bugs/src $(TEST_DEPS_CFLAGS)
62
62
GTKDOC_LIBS = $(TEST_DEPS_LIBS) $(top_builddir)/tests/bugs/src/libtester.la
63
63
 
64
64
# include generic part
65
 
include $(top_srcdir)/tests/gtk-doc.make
 
65
include $(top_srcdir)/tests/gtk-doc.notmpl.make
66
66
 
67
67
# Other files to distribute
68
68
# e.g. EXTRA_DIST += version.xml.in