~ubuntu-branches/ubuntu/trusty/libbonobo/trusty

« back to all changes in this revision

Viewing changes to gtk-doc.make

  • Committer: Bazaar Package Importer
  • Author(s): Loic Minier
  • Date: 2008-01-28 16:44:09 UTC
  • mfrom: (1.1.19 upstream)
  • Revision ID: james.westby@ubuntu.com-20080128164409-85v32401um8c7vuw
Tags: 2.20.4-1
* New patch, 20_server-files-gettext, adapted from Ubuntu (to lookup
  both of debian-gettext-domain and ubuntu-gettext-domain):
  - activation-server/object-directory-load.c, parse_oaf_server_attrs():
    Check <oaf_server> tag attributes values for "debian-gettext-domain" or
    "ubuntu-gettext-domain" and store the latest in the previously unused
    'domain' field of the server struct.
  - bonobo-activation/bonobo-activation-server-info.c,
    bonobo_server_info_prop_lookup(): If 'domain' field is set, try
    gettext() before looking up a translation in the .server file itself.
* New upstream stable release; no API change; bug fixes.
  - Drop relibtoolizing patch, 90_relibtoolize, as the new upstream tarball
    doesn't have the x86_64 ltmain.sh snippet hardcoding the library path to
    /usr/lib64.

Show diffs side-by-side

added added

removed removed

Lines of Context:
139
139
          done; \
140
140
          echo '-- Installing $(srcdir)/html/index.sgml' ; \
141
141
          $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR) || :; \
142
 
          if test `which gtkdoc-rebase` != ""; then \
143
 
        gtkdoc-rebase --relative --dest-dir=$(DESTDIR) --html-dir=$(DESTDIR)$(TARGET_DIR) ; \
144
 
          fi \
 
142
          (which gtkdoc-rebase >& /dev/null && \
 
143
            gtkdoc-rebase --relative --dest-dir=$(DESTDIR) --html-dir=$(DESTDIR)$(TARGET_DIR)) || : ; \
145
144
        fi
146
145
        
147
146