From 5678e50a9a7fa5ea51e00ee57ea1ec6384c2d70e Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 3 Mar 2002 16:53:25 +0000 Subject: [PATCH] more docs fixing Original commit message from CVS: more docs fixing --- docs/Makefile.am | 4 ++-- docs/gst/Makefile.am | 4 ++++ docs/libs/Makefile.am | 1 + 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/Makefile.am b/docs/Makefile.am index 9d91ff6961..f23a275e1e 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -5,8 +5,8 @@ else SUBDIRS_PLUGINS = endif -SUBDIRS = manual fwg gst libs $(SUBDIRS_PLUGINS) -DIST_SUBDIRS = manual fwg gst libs plugins xsl +SUBDIRS = manual fwg gst libs $(SUBDIRS_PLUGINS) devhelp +DIST_SUBDIRS = manual fwg gst libs plugins xsl devhelp EXTRA_DIST = random slides manuals.mak diff --git a/docs/gst/Makefile.am b/docs/gst/Makefile.am index f1ba121e78..8e8e0a4a0b 100644 --- a/docs/gst/Makefile.am +++ b/docs/gst/Makefile.am @@ -169,6 +169,10 @@ install-data-local: echo '-- Installing $(srcdir)/html/index.sgml' ; \ $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR); \ fi) + ## thomas debug hack + echo thomas debug start + find $(DESTDIR)$(TARGET_DIR) + echo thomas debug end # # Require gtk-doc when making dist diff --git a/docs/libs/Makefile.am b/docs/libs/Makefile.am index 7ea1707213..6a75dbdc8b 100644 --- a/docs/libs/Makefile.am +++ b/docs/libs/Makefile.am @@ -11,6 +11,7 @@ DOC_SOURCE_DIR=$(top_srcdir)/libs EXTRA_DIST = $(DOC_MODULE)-docs.sgml $(DOC_MODULE)-sections.txt +HTML_DIR=@HTML_DIR@ TARGET_DIR=$(HTML_DIR)/$(DOC_MODULE) if HAVE_GTK_DOC