more docs fixing
authorThomas Vander Stichele <thomas@apestaart.org>
Sun, 3 Mar 2002 16:53:25 +0000 (16:53 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sun, 3 Mar 2002 16:53:25 +0000 (16:53 +0000)
Original commit message from CVS:
more docs fixing

docs/Makefile.am
docs/gst/Makefile.am
docs/libs/Makefile.am

index 9d91ff6..f23a275 100644 (file)
@@ -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
 
index f1ba121..8e8e0a4 100644 (file)
@@ -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
index 7ea1707..6a75dbd 100644 (file)
@@ -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