~ubuntu-branches/ubuntu/trusty/nautilus/trusty-proposed

« back to all changes in this revision

Viewing changes to docs/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Tim Lunn
  • Date: 2014-01-02 16:50:06 UTC
  • mfrom: (1.17.43)
  • Revision ID: package-import@ubuntu.com-20140102165006-1ghk9ropzitdc8pp
Tags: 1:3.10.1-0ubuntu1
* New upstream release
* debian/control.in: bump depend on gtk+ 3.9.11
* debian/patches:
  - Dropped git patches, that are included in new version
  - 06_never_exec_nonexec_launchers.patch, refreshed
  - disconnect-extra-location-widgets.patch, dropped included in new version
  - 16_unity_new_documents.patch, refreshed
  - ubuntu_show_titlebar.patch, disable CSD titlebar on non-GNOME sessions
  - ubuntu_titlebar_css.patch, theme fixes (LP: #1272602)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.13.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.13.4 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
250
250
GREP = @GREP@
251
251
GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
252
252
GTKDOC_CHECK = @GTKDOC_CHECK@
 
253
GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
253
254
GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
254
255
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
255
256
GTKDOC_MKPDF = @GTKDOC_MKPDF@
422
423
              exit 1;; \
423
424
          esac; \
424
425
        done; \
425
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/Makefile'; \
 
426
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign docs/Makefile'; \
426
427
        $(am__cd) $(top_srcdir) && \
427
 
          $(AUTOMAKE) --gnu docs/Makefile
 
428
          $(AUTOMAKE) --foreign docs/Makefile
428
429
.PRECIOUS: Makefile
429
430
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
430
431
        @case '$?' in \