~dbusmenu-team/libdbusmenu/trunk.16.10

« back to all changes in this revision

Viewing changes to docs/libdbusmenu-gtk/reference/Makefile.am

  • Committer: Charles Kerr
  • Date: 2012-12-04 15:27:21 UTC
  • mto: (434.2.1 libdbusmenu)
  • mto: This revision was merged to the branch mainline in revision 435.
  • Revision ID: charles.kerr@canonical.com-20121204152721-ridgrj0fiw56w4gg
gtk-doc fix: update to gtk-doc 1.14 w/o templates

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
GTKDOC_LIBS=$(top_builddir)/libdbusmenu-gtk/libdbusmenu-gtk$(VER).la $(DBUSMENUGLIB_LIBS) $(DBUSMENUGTK_LIBS)
79
79
 
80
80
# This includes the standard gtk-doc make rules, copied by gtkdocize.
81
 
include $(top_srcdir)/gtk-doc.local.make
 
81
include $(top_srcdir)/gtk-doc.make
82
82
 
83
83
# Other files to distribute
84
84
# e.g. EXTRA_DIST += version.xml.in
89
89
# for --rebuild-sections in $(SCAN_OPTIONS) e.g. $(DOC_MODULE)-sections.txt
90
90
#DISTCLEANFILES +=
91
91
 
92
 
# Comment this out if you want your docs-status tested during 'make check'
93
 
TESTS = gtkdoc-in-srcdir
94
 
 
95
 
gtkdoc-in-srcdir: Makefile.am
96
 
        @echo "#!/bin/sh" > $@
97
 
        @echo "cd \"$(srcdir)\"" >> $@
98
 
        @echo "$(GTKDOC_CHECK)" >> $@
99
 
        @chmod +x $@
100
 
 
101
 
DISTCLEANFILES = gtkdoc-in-srcdir
 
92
# Comment this out if you want 'make check' to test you doc status
 
93
# and run some sanity checks
 
94
if ENABLE_GTK_DOC
 
95
 TESTS_ENVIRONMENT = cd $(srcdir) && \
 
96
   DOC_MODULE=$(DOC_MODULE) DOC_MAIN_SGML_FILE=$(DOC_MAIN_SGML_FILE) \
 
97
   SRCDIR=$(abs_srcdir) BUILDDIR=$(abs_builddir)
 
98
#TESTS = $(GTKDOC_CHECK)
 
99
endif
 
100