~attente/glib/gicon-upstream

« back to all changes in this revision

Viewing changes to docs/reference/glib/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Iain Lane, Josselin Mouette, Iain Lane
  • Date: 2012-10-17 11:51:14 UTC
  • mfrom: (172.1.3 experimental)
  • Revision ID: package-import@ubuntu.com-20121017115114-gqog9lavags5afi1
Tags: 2.34.1-1
[ Josselin Mouette ]
* Require libelfg0-dev, not libelf-dev which has nothing to do with 
  it.

[ Iain Lane ]
* New upstream release
  + GTimeZone support for zoneinfo version 1
  + Leak in glib-compile-resources
  + g_settings_bind: use canonical property name
  + Port gio tests from pygobject to pygi
* Switch python-gobject-2 BD to python-gi, folowing porting of tests. 
* debian/patches/50_git_gmenuexporter_allow_null_bus_on_name_vanished.patch:
  Cherry-pick upstream patch to fix crash when GBusNameVanishedCallback is
  called with a NULL GDBusConnection. (LP: #1044322)

Show diffs side-by-side

added added

removed removed

Lines of Context:
898
898
 
899
899
scan-build.stamp: $(HFILE_GLOB) $(CFILE_GLOB)
900
900
        @echo '  DOC   Scanning header files'
901
 
        _source_dir='' ; \
 
901
        @_source_dir='' ; \
902
902
        for i in $(DOC_SOURCE_DIR) ; do \
903
903
            _source_dir="$${_source_dir} --source-dir=$$i" ; \
904
904
        done ; \
905
905
        gtkdoc-scan --module=$(DOC_MODULE) --ignore-headers="$(IGNORE_HFILES)" $${_source_dir} $(SCAN_OPTIONS) $(EXTRA_HFILES)
906
 
        if grep -l '^..*$$' $(DOC_MODULE).types > /dev/null 2>&1 ; then \
 
906
        @if grep -l '^..*$$' $(DOC_MODULE).types > /dev/null 2>&1 ; then \
907
907
            echo "  DOC   Introspecting gobjects"; \
908
908
            scanobj_options=""; \
909
909
            gtkdoc-scangobj 2>&1 --help | grep  >/dev/null "\-\-verbose"; \
919
919
                test -f $$i || touch $$i ; \
920
920
            done \
921
921
        fi
922
 
        touch scan-build.stamp
 
922
        @touch scan-build.stamp
923
923
 
924
924
$(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt: scan-build.stamp
925
925
        @true
1006
1006
            rm -f $(SETUP_FILES) $(expand_content_files) $(DOC_MODULE).types; \
1007
1007
        fi
1008
1008
 
1009
 
maintainer-clean-local:
 
1009
maintainer-clean-local: clean
1010
1010
        @rm -rf xml html
1011
1011
 
1012
1012
install-data-local:
1042
1042
#
1043
1043
# Require gtk-doc when making dist
1044
1044
#
1045
 
@ENABLE_GTK_DOC_TRUE@dist-check-gtkdoc: docs
 
1045
@ENABLE_GTK_DOC_TRUE@dist-check-gtkdoc:
1046
1046
@ENABLE_GTK_DOC_FALSE@dist-check-gtkdoc:
1047
1047
@ENABLE_GTK_DOC_FALSE@  @echo "*** gtk-doc must be installed and enabled in order to make dist"
1048
1048
@ENABLE_GTK_DOC_FALSE@  @false