~ubuntu-branches/ubuntu/saucy/gtk-doc/saucy

« back to all changes in this revision

Viewing changes to tests/gobject/docs/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-05-26 14:50:27 UTC
  • mfrom: (4.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100526145027-5z4e2cwvincjmrxj
Tags: 1.15-1ubuntu1
* Merge with debian unstable, remaining changes:
  + debian/control.in:
    - drop optional highlight build-dep (in universe)

Show diffs side-by-side

added added

removed removed

Lines of Context:
251
251
 
252
252
# Images to copy into HTML directory.
253
253
HTML_IMAGES = \
254
 
        $(top_srcdir)/home.png                  \
255
254
        $(srcdir)/images/object.png
256
255
 
257
256
 
560
559
        @-chmod -R u+w $(srcdir)
561
560
        @rm -rf $(srcdir)/html
562
561
        @mkdir $(srcdir)/html
563
 
        @cd $(srcdir)/html && PATH=$(abs_top_builddir):$(PATH) PERL5LIB=$(abs_top_builddir):$(PERL5LIB) \
 
562
        @cd $(srcdir)/html && PATH=$(abs_top_builddir):$(PATH) PERL5LIB=$(abs_top_builddir):$(PERL5LIB) ABS_TOP_SRCDIR=$(abs_top_srcdir) \
564
563
        gtkdoc-mkhtml --uninstalled --path="$(abs_srcdir)" $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE)  $(MKHTML_OPTIONS)
565
 
        @test "x$(HTML_IMAGES)" = "x" || ( cd $(srcdir) && cp $(HTML_IMAGES) html )
 
564
        @test "x$(HTML_IMAGES)" = "x" || ( cd $(srcdir) && cp $(HTML_IMAGES) html/ )
566
565
        @echo "gtk-doc: `date +%H:%M:%S.%N`: Fixing cross-references"
567
566
        @cd $(srcdir) && PATH=$(abs_top_builddir):$(PATH) PERL5LIB=$(abs_top_builddir):$(PERL5LIB) \
568
567
        gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS)
584
583
            fi; \
585
584
          done; \
586
585
        fi; \
587
 
        cd $(srcdir) && PATH=$(abs_top_builddir):$(PATH) PERL5LIB=$(abs_top_builddir):$(PERL5LIB) \
 
586
        cd $(srcdir) && PATH=$(abs_top_builddir):$(PATH) PERL5LIB=$(abs_top_builddir):$(PERL5LIB) ABS_TOP_SRCDIR=$(abs_top_srcdir) \
588
587
        gtkdoc-mkpdf --uninstalled --path="$(abs_srcdir)" $$mkpdf_imgdirs $(DOC_MODULE) $(DOC_MAIN_SGML_FILE) $(MKPDF_OPTIONS)
589
588
        @touch pdf-build.stamp
590
589