From 1b24580b06e738f920b33ea68dffd83d953f0bba Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Thu, 24 Nov 2005 16:32:25 +0000 Subject: [PATCH] Fix distcheck issues for the libraries docs build Original commit message from CVS: Patch by: Stefan Kost * common/gtk-doc.mak: * docs/gst/Makefile.am: * docs/libs/Makefile.am: Fix distcheck issues for the libraries docs build Closes #319599 --- gtk-doc.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk-doc.mak b/gtk-doc.mak index 1182a0d..2c5cc84 100644 --- a/gtk-doc.mak +++ b/gtk-doc.mak @@ -71,7 +71,7 @@ scan-build.stamp: $(HFILE_GLOB) $(SCANOBJ_DEPS) $(basefiles) fi if test "x$(top_srcdir)" != "x$(top_builddir)"; \ then \ - export BUILT_OPTIONS="--source-dir=$(top_builddir)/gst"; \ + export BUILT_OPTIONS="--source-dir=$(DOC_BUILD_DIR)"; \ fi; \ gtkdoc-scan \ $(SCAN_OPTIONS) $(EXTRA_HFILES) \ -- 2.7.4