~ubuntu-branches/ubuntu/quantal/libbonobo/quantal-201207170711

« back to all changes in this revision

Viewing changes to doc/api/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-03-12 15:39:17 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20070312153917-u4efw149urh2enej
Tags: 2.18.0-0ubuntu1
* New upstream release:
  - Code cleanups
  - Build fix
  - Updated translations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
162
162
MKDIR_P = @MKDIR_P@
163
163
MKINSTALLDIRS = @MKINSTALLDIRS@
164
164
MSGFMT = @MSGFMT@
 
165
MSGFMT_OPTS = @MSGFMT_OPTS@
165
166
OBJDUMP = @OBJDUMP@
166
167
OBJEXT = @OBJEXT@
167
168
ORBIT_IDL = @ORBIT_IDL@
668
669
scan-build.stamp: $(HFILE_GLOB) $(CFILE_GLOB)
669
670
        @echo 'gtk-doc: Scanning header files'
670
671
        @-chmod -R u+w $(srcdir)
 
672
        cd $(srcdir) && \
 
673
          gtkdoc-scan --module=$(DOC_MODULE) --source-dir=$(DOC_SOURCE_DIR) --ignore-headers="$(IGNORE_HFILES)" $(SCAN_OPTIONS) $(EXTRA_HFILES)
671
674
        if grep -l '^..*$$' $(srcdir)/$(DOC_MODULE).types > /dev/null 2>&1 ; then \
672
675
            CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" CFLAGS="$(GTKDOC_CFLAGS)" LDFLAGS="$(GTKDOC_LIBS)" gtkdoc-scangobj $(SCANGOBJ_OPTIONS) --module=$(DOC_MODULE) --output-dir=$(srcdir) ; \
673
676
        else \
676
679
               test -f $$i || touch $$i ; \
677
680
            done \
678
681
        fi
679
 
        cd $(srcdir) && \
680
 
          gtkdoc-scan --module=$(DOC_MODULE) --source-dir=$(DOC_SOURCE_DIR) --ignore-headers="$(IGNORE_HFILES)" $(SCAN_OPTIONS) $(EXTRA_HFILES)
681
682
        touch scan-build.stamp
682
683
 
683
 
$(DOC_MODULE)-decl.txt $(SCANOBJ_FILES): scan-build.stamp
 
684
$(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt: scan-build.stamp
684
685
        @true
685
686
 
686
687
#### templates ####
759
760
        mkdir $(distdir)/html
760
761
        -cp $(srcdir)/tmpl/*.sgml $(distdir)/tmpl
761
762
        -cp $(srcdir)/xml/*.xml $(distdir)/xml
762
 
        -cp $(srcdir)/html/* $(distdir)/html
 
763
        cp $(srcdir)/html/* $(distdir)/html
763
764
        if test -f $(srcdir)/$(DOC_MODULE).types; then \
764
765
          cp $(srcdir)/$(DOC_MODULE).types $(distdir)/$(DOC_MODULE).types; \
765
766
        fi