~ubuntu-branches/ubuntu/precise/gdk-pixbuf/precise

« back to all changes in this revision

Viewing changes to gtk-doc.make

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2011-09-02 12:05:31 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: package-import@ubuntu.com-20110902120531-m8ps135i9wx0wu9c
Tags: 2.24.0-1
New upstream bug fix release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
204
204
        @rm -rf xml html
205
205
 
206
206
install-data-local:
207
 
        @installfiles=`echo $(srcdir)/html/*`; \
208
 
        if test "$$installfiles" = '$(srcdir)/html/*'; \
 
207
        @installfiles=`echo $(builddir)/html/*`; \
 
208
        if test "$$installfiles" = '$(builddir)/html/*'; \
209
209
        then echo 1>&2 'Nothing to install' ; \
210
210
        else \
211
211
          if test -n "$(DOC_MODULE_VERSION)"; then \