mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
more docs fixing
Original commit message from CVS: more docs fixing
This commit is contained in:
parent
c5f10f7693
commit
5678e50a9a
3 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue