~ubuntu-branches/debian/experimental/gtk+2.0/experimental

« back to all changes in this revision

Viewing changes to docs/reference/gdk/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-09-17 11:15:05 UTC
  • mto: (72.1.1 lenny) (1.4.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 55.
  • Revision ID: james.westby@ubuntu.com-20070917111505-giz9c5xltxkb5y54
Tags: upstream-2.12.0
ImportĀ upstreamĀ versionĀ 2.12.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
129
129
GMSGFMT = @GMSGFMT@
130
130
GOBJECT_QUERY = @GOBJECT_QUERY@
131
131
GREP = @GREP@
 
132
GTKDOC_CHECK = @GTKDOC_CHECK@
132
133
GTK_API_VERSION = @GTK_API_VERSION@
133
134
GTK_BINARY_AGE = @GTK_BINARY_AGE@
134
135
GTK_BINARY_VERSION = @GTK_BINARY_VERSION@
153
154
HAVE_CXX_TRUE = @HAVE_CXX_TRUE@
154
155
HAVE_DOCBOOK_FALSE = @HAVE_DOCBOOK_FALSE@
155
156
HAVE_DOCBOOK_TRUE = @HAVE_DOCBOOK_TRUE@
 
157
HAVE_HTTP_AUTHSTRING = @HAVE_HTTP_AUTHSTRING@
156
158
HAVE_JPEG_FALSE = @HAVE_JPEG_FALSE@
157
159
HAVE_JPEG_TRUE = @HAVE_JPEG_TRUE@
158
160
HAVE_OBJC_FALSE = @HAVE_OBJC_FALSE@
521
523
        $(DOC_MODULE).signals
522
524
 
523
525
 
524
 
CLEANFILES = $(SCANOBJ_FILES) $(DOC_MODULE)-unused.txt $(DOC_STAMPS)
 
526
REPORT_FILES = \
 
527
        $(DOC_MODULE)-undocumented.txt \
 
528
        $(DOC_MODULE)-undeclared.txt \
 
529
        $(DOC_MODULE)-unused.txt
 
530
 
 
531
 
 
532
CLEANFILES = $(SCANOBJ_FILES) $(REPORT_FILES) $(DOC_STAMPS)
525
533
subdir = docs/reference/gdk
526
534
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
527
535
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
628
636
 
629
637
distclean: distclean-am
630
638
        -rm -f Makefile
631
 
distclean-am: clean-am distclean-generic distclean-libtool
 
639
distclean-am: clean-am distclean-generic distclean-libtool \
 
640
        distclean-local
632
641
 
633
642
dvi: dvi-am
634
643
 
669
678
 
670
679
.PHONY: all all-am all-local check check-am clean clean-generic \
671
680
        clean-libtool clean-local distclean distclean-generic \
672
 
        distclean-libtool distdir dvi dvi-am info info-am install \
673
 
        install-am install-data install-data-am install-data-local \
674
 
        install-exec install-exec-am install-info install-info-am \
675
 
        install-man install-strip installcheck installcheck-am \
676
 
        installdirs maintainer-clean maintainer-clean-generic \
677
 
        maintainer-clean-local mostlyclean mostlyclean-generic \
678
 
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
679
 
        uninstall-info-am uninstall-local
 
681
        distclean-libtool distclean-local distdir dvi dvi-am info \
 
682
        info-am install install-am install-data install-data-am \
 
683
        install-data-local install-exec install-exec-am install-info \
 
684
        install-info-am install-man install-strip installcheck \
 
685
        installcheck-am installdirs maintainer-clean \
 
686
        maintainer-clean-generic maintainer-clean-local mostlyclean \
 
687
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
688
        uninstall uninstall-am uninstall-info-am uninstall-local
680
689
 
681
690
 
682
691
@ENABLE_GTK_DOC_TRUE@all-local: html-build.stamp
701
710
        fi
702
711
        touch scan-build.stamp
703
712
 
704
 
$(DOC_MODULE)-decl.txt $(SCANOBJ_FILES): scan-build.stamp
 
713
$(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt: scan-build.stamp
705
714
        @true
706
715
 
707
716
#### templates ####
715
724
tmpl.stamp: tmpl-build.stamp
716
725
        @true
717
726
 
 
727
tmpl/*.sgml:
 
728
        @true
 
729
 
718
730
#### xml ####
719
731
 
720
732
sgml-build.stamp: tmpl.stamp $(HFILE_GLOB) $(CFILE_GLOB) $(DOC_MODULE)-sections.txt $(srcdir)/tmpl/*.sgml $(expand_content_files)
732
744
html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files)
733
745
        @echo 'gtk-doc: Building HTML'
734
746
        @-chmod -R u+w $(srcdir)
735
 
        rm -rf $(srcdir)/html 
 
747
        rm -rf $(srcdir)/html
736
748
        mkdir $(srcdir)/html
737
749
        cd $(srcdir)/html && gtkdoc-mkhtml $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE)
738
750
        test "x$(HTML_IMAGES)" = "x" || ( cd $(srcdir) && cp $(HTML_IMAGES) html )
739
 
        @echo 'gtk-doc: Fixing cross-references' 
 
751
        @echo 'gtk-doc: Fixing cross-references'
740
752
        cd $(srcdir) && gtkdoc-fixxref --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS)
741
753
        touch html-build.stamp
742
754
 
746
758
        rm -f *~ *.bak
747
759
        rm -rf .libs
748
760
 
 
761
distclean-local:
 
762
        cd $(srcdir) && \
 
763
          rm -rf xml $(REPORT_FILES) \
 
764
                 $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt
 
765
 
749
766
maintainer-clean-local: clean
750
 
        cd $(srcdir) && rm -rf xml html $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt
 
767
        cd $(srcdir) && rm -rf xml html
751
768
 
752
769
install-data-local:
753
770
        installfiles=`echo $(srcdir)/html/*`; \
762
779
          echo '-- Installing $(srcdir)/html/index.sgml' ; \
763
780
          $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR) || :; \
764
781
        fi
 
782
        -gtkdoc-rebase --relative --destdir=$(DESTDIR) --html-dir=$(DESTDIR)$(TARGET_DIR)
765
783
 
766
784
uninstall-local:
767
785
        rm -f $(DESTDIR)$(TARGET_DIR)/*
781
799
        -cp $(srcdir)/tmpl/*.sgml $(distdir)/tmpl
782
800
        -cp $(srcdir)/xml/*.xml $(distdir)/xml
783
801
        cp $(srcdir)/html/* $(distdir)/html
784
 
        if test -f $(srcdir)/$(DOC_MODULE).types; then \
785
 
          cp $(srcdir)/$(DOC_MODULE).types $(distdir)/$(DOC_MODULE).types; \
786
 
        fi
 
802
        -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html
787
803
 
788
804
.PHONY : dist-hook-local docs
789
805
# Tell versions [3.59,3.63) of GNU make to not export all variables.