~ubuntu-branches/ubuntu/vivid/atk1.0/vivid-proposed

« back to all changes in this revision

Viewing changes to docs/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Luke Yelavich
  • Date: 2013-08-27 07:52:22 UTC
  • mfrom: (1.4.9) (11.2.12 saucy-proposed)
  • Revision ID: package-import@ubuntu.com-20130827075222-59k70z0310f06jbb
* New upstream release
* Update symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
245
245
# The top-level SGML file.
246
246
DOC_MAIN_SGML_FILE = atk-docs.sgml
247
247
 
 
248
# Extra options to supply to gtkdoc-scan
 
249
SCAN_OPTIONS = --deprecated-guards=G_DISABLE_DEPRECATED
248
250
# The directory containing the source code (if it contains documentation).
249
251
DOC_SOURCE_DIR = ../atk
250
252
 
566
568
            if test "x$$files" != "x" ; then \
567
569
                for file in $$files ; do \
568
570
                    test -f $(abs_srcdir)/$$file && \
569
 
                        cp -pu $(abs_srcdir)/$$file $(abs_builddir)/ || true; \
 
571
                        cp -pu $(abs_srcdir)/$$file $(abs_builddir)/$$file || true; \
570
572
                done; \
571
573
            fi; \
572
574
            test -d $(abs_srcdir)/tmpl && \
617
619
        @true
618
620
 
619
621
sgml-build.stamp: tmpl.stamp $(DOC_MODULE)-sections.txt $(srcdir)/tmpl/*.sgml $(expand_content_files)
620
 
        $(GTK_DOC_V_XML)-chmod -R u+w $(srcdir) && _source_dir='' ; \
 
622
        -$(GTK_DOC_V_XML)chmod -R u+w $(srcdir) && _source_dir='' ; \
621
623
        for i in $(DOC_SOURCE_DIR) ; do \
622
624
            _source_dir="$${_source_dir} --source-dir=$$i" ; \
623
625
        done ; \