more docs fixing

Original commit message from CVS:
more docs fixing
This commit is contained in:
Thomas Vander Stichele 2002-03-03 16:53:25 +00:00
parent c5f10f7693
commit 5678e50a9a
3 changed files with 7 additions and 2 deletions

View 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

View 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

View 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