~ubuntu-branches/ubuntu/trusty/gtk-doc/trusty-proposed

« back to all changes in this revision

Viewing changes to tests/gobject/docs-tmpl/Makefile.am

  • Committer: Martin Pitt
  • Date: 2011-01-27 14:41:59 UTC
  • mfrom: (1.2.12 upstream)
  • Revision ID: martin.pitt@canonical.com-20110127144159-wagev8l04yc5b8jc
New upstream release with lots of bug fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
SCAN_OPTIONS=--deprecated-guards="GTKDOC_TESTER_DISABLE_DEPRECATED" 2>&1 | tee gtkdoc-scan.log
22
22
 
23
23
# Extra options to supply to gtkdoc-mkdb.
24
 
MKDB_OPTIONS=--sgml-mode 2>&1 | tee gtkdoc-mkdb.log
 
24
MKDB_OPTIONS=--xml-mode 2>&1 | tee gtkdoc-mkdb.log
25
25
 
26
26
# Extra options to supply to gtkdoc-mktmpl
27
27
# e.g. MKTMPL_OPTIONS=--only-section-tmpl
77
77
 
78
78
if BUILD_TESTS
79
79
TESTS_ENVIRONMENT = \
 
80
        DOC_MODULE=$(DOC_MODULE) DOC_MAIN_SGML_FILE=$(DOC_MAIN_SGML_FILE) \
80
81
        PATH=$(abs_top_builddir):$(srcdir):$(PATH) \
81
82
        PERL5LIB=$(abs_top_builddir):$(PERL5LIB)
82
83
endif