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

« back to all changes in this revision

Viewing changes to docs/reference/libnautilus-extension/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.
166
166
GREP = @GREP@
167
167
GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
168
168
GTKDOC_CHECK = @GTKDOC_CHECK@
 
169
GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
169
170
GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
170
171
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
171
172
GTKDOC_MKPDF = @GTKDOC_MKPDF@
416
417
        $(DOC_MODULE)-undeclared.txt \
417
418
        $(DOC_MODULE)-unused.txt
418
419
 
419
 
CLEANFILES = $(SCANOBJ_FILES) $(REPORT_FILES) $(DOC_STAMPS)
 
420
CLEANFILES = $(SCANOBJ_FILES) $(REPORT_FILES) $(DOC_STAMPS) gtkdoc-check.test
420
421
@ENABLE_GTK_DOC_TRUE@@GTK_DOC_BUILD_HTML_FALSE@HTML_BUILD_STAMP = 
421
422
@ENABLE_GTK_DOC_TRUE@@GTK_DOC_BUILD_HTML_TRUE@HTML_BUILD_STAMP = html-build.stamp
422
423
@ENABLE_GTK_DOC_TRUE@@GTK_DOC_BUILD_PDF_FALSE@PDF_BUILD_STAMP = 
469
470
              exit 1;; \
470
471
          esac; \
471
472
        done; \
472
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/reference/libnautilus-extension/Makefile'; \
 
473
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign docs/reference/libnautilus-extension/Makefile'; \
473
474
        $(am__cd) $(top_srcdir) && \
474
 
          $(AUTOMAKE) --gnu docs/reference/libnautilus-extension/Makefile
 
475
          $(AUTOMAKE) --foreign docs/reference/libnautilus-extension/Makefile
475
476
.PRECIOUS: Makefile
476
477
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
477
478
        @case '$?' in \
658
659
        uninstall-am uninstall-local
659
660
 
660
661
 
 
662
gtkdoc-check.test: Makefile
 
663
        $(AM_V_GEN)echo "#!/bin/sh -e" > $@; \
 
664
                echo "$(GTKDOC_CHECK_PATH) || exit 1" >> $@; \
 
665
                chmod +x $@
 
666
 
661
667
@ENABLE_GTK_DOC_TRUE@all-local: $(HTML_BUILD_STAMP) $(PDF_BUILD_STAMP)
662
668
@ENABLE_GTK_DOC_FALSE@all-local:
663
669
 
722
728
        @true
723
729
 
724
730
sgml-build.stamp: tmpl.stamp $(DOC_MODULE)-sections.txt $(srcdir)/tmpl/*.sgml $(expand_content_files)
725
 
        $(GTK_DOC_V_XML)-chmod -R u+w $(srcdir) && _source_dir='' ; \
 
731
        -$(GTK_DOC_V_XML)chmod -R u+w $(srcdir) && _source_dir='' ; \
726
732
        for i in $(DOC_SOURCE_DIR) ; do \
727
733
            _source_dir="$${_source_dir} --source-dir=$$i" ; \
728
734
        done ; \