~ubuntu-branches/ubuntu/trusty/libappindicator/trusty-proposed

« back to all changes in this revision

Viewing changes to docs/reference/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Ted Gould, Marco Trevisan (Treviño), Ubuntu daily release
  • Date: 2013-06-19 02:01:55 UTC
  • mfrom: (1.2.4)
  • Revision ID: package-import@ubuntu.com-20130619020155-1ldgtrj5rhbosknp
Tags: 12.10.1daily13.06.19-0ubuntu1
[ Ted Gould ]
* Making gtk-doc check run in the current source directory.

[ Marco Trevisan (Treviño) ]
* NotificationWatcher interface has not anymore the
  XAyatanaRegisterNotificationApprover method.

[ Ubuntu daily release ]
* Automatic snapshot from revision 264

Show diffs side-by-side

added added

removed removed

Lines of Context:
98
98
# signals and properties.
99
99
# e.g. GTKDOC_CFLAGS=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
100
100
# e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
101
 
GTKDOC_CFLAGS=-I$(top_srcdir) -I$(top_srcdir)/src -I$(top_srcdir)/src $(LIBRARY_CFLAGS)
 
101
GTKDOC_CFLAGS=-I$(top_srcdir) -I$(top_srcdir)/src $(LIBRARY_CFLAGS)
102
102
GTKDOC_LIBS=$(top_builddir)/src/$(APPINDICATORLIB) $(LIBRARY_LIBS)
103
103
 
104
104
# This includes the standard gtk-doc make rules, copied by gtkdocize.
116
116
# Comment this out if you want 'make check' to test you doc status
117
117
# and run some sanity checks
118
118
if ENABLE_GTK_DOC
119
 
 TESTS_ENVIRONMENT = cd $(srcdir) && \
120
 
   DOC_MODULE=$(DOC_MODULE) DOC_MAIN_SGML_FILE=$(DOC_MAIN_SGML_FILE) \
121
 
   SRCDIR=$(abs_srcdir) BUILDDIR=$(abs_builddir)
122
 
TESTS = $(GTKDOC_CHECK)
 
119
TESTS_ENVIRONMENT = cd $(srcdir) && \
 
120
  DOC_MODULE=$(DOC_MODULE) DOC_MAIN_SGML_FILE=$(DOC_MAIN_SGML_FILE) \
 
121
  SRCDIR=$(abs_srcdir) BUILDDIR=$(abs_builddir)
 
122
#TESTS = $(GTKDOC_CHECK)
123
123
endif