~ubuntu-branches/ubuntu/precise/gtk+2.0/precise-updates

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2011-09-08 20:30:15 UTC
  • mfrom: (1.14.10 upstream)
  • Revision ID: package-import@ubuntu.com-20110908203015-hmdoq5jt1bl50nq3
Tags: 2.24.6-0ubuntu1
* debian/watch: Look for bz2 tarballs, and restrict to GTK 2 versions.
* New upstream bug fix release.
* Drop 094_git_fileselector_error.patch, include_m4_dir.patch: Included
  upstream.
* 003_gdk.pc_privates.patch, 009_gtk-export-filechooser.patch: Unfuzz.
* debian/libgail-doc.install, debian/libgtk2.0-doc.install.in: Install
  documentation from the source tree, as it's not being installed any more.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
        $(top_srcdir)/gtk-doc.make
47
47
subdir = docs/reference/gdk
48
48
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
49
 
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
50
 
        $(top_srcdir)/configure.in
 
49
am__aclocal_m4_deps = $(top_srcdir)/m4/introspection.m4 \
 
50
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.in
51
51
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
52
52
        $(ACLOCAL_M4)
53
53
mkinstalldirs = $(install_sh) -d
786
786
                        cp -pu $(abs_srcdir)/$$file $(abs_builddir)/ || true; \
787
787
                done; \
788
788
            fi; \
789
 
            test -f $(abs_srcdir)/tmpl && \
790
 
                cp -rp $(abs_srcdir)/tmpl $(abs_builddir)/; \
 
789
            test -d $(abs_srcdir)/tmpl && \
 
790
                { cp -rp $(abs_srcdir)/tmpl $(abs_builddir)/; \
 
791
                chmod -R u+w $(abs_builddir)/tmpl; } \
791
792
        fi
792
793
        @touch setup-build.stamp
793
794
 
927
928
        @rm -rf xml html
928
929
 
929
930
install-data-local:
930
 
        @installfiles=`echo $(srcdir)/html/*`; \
931
 
        if test "$$installfiles" = '$(srcdir)/html/*'; \
 
931
        @installfiles=`echo $(builddir)/html/*`; \
 
932
        if test "$$installfiles" = '$(builddir)/html/*'; \
932
933
        then echo 1>&2 'Nothing to install' ; \
933
934
        else \
934
935
          if test -n "$(DOC_MODULE_VERSION)"; then \