summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2008-12-11 17:34:45 -0500
committerOlivier CrĂȘte <olivier.crete@collabora.co.uk>2008-12-11 17:34:45 -0500
commit605eedcc1606c87bf8879530d501d0e0806b260c (patch)
treebaf2b203e86c29fc6894f762b8f78c1ef19a3f86 /common
parent1d38646c1f3d770c54cbb89190136d303e5afb20 (diff)
downloadfarstream-605eedcc1606c87bf8879530d501d0e0806b260c.tar.gz
Fix plugins doc Makefiles to let distcheck pass
Diffstat (limited to 'common')
-rw-r--r--common/gtk-doc-plugins.mak6
1 files changed, 2 insertions, 4 deletions
diff --git a/common/gtk-doc-plugins.mak b/common/gtk-doc-plugins.mak
index 3a3edc21..7bc49cfa 100644
--- a/common/gtk-doc-plugins.mak
+++ b/common/gtk-doc-plugins.mak
@@ -80,7 +80,7 @@ REPORT_FILES = \
# FC3 seems to need -scan.c to be part of CLEANFILES for distcheck
# no idea why FC4 can do without
-CLEANFILES = \
+CLEANFILES += \
$(SCANOBJ_FILES_O) \
$(DOC_MODULE)-scan.c \
$(REPORT_FILES) \
@@ -299,8 +299,6 @@ install-data-local:
$(INSTALL_DATA) $(srcdir)/html/$(DOC_MODULE).devhelp2 \
$(DESTDIR)$(TARGET_DIR)/$(DOC_MODULE)-@GST_MAJORMINOR@.devhelp2; \
fi; \
- (which gtkdoc-rebase >/dev/null && \
- gtkdoc-rebase --relative --dest-dir=$(DESTDIR) --html-dir=$(DESTDIR)$(TARGET_DIR)) || true ; \
fi)
uninstall-local:
(installfiles=`echo ./html/*.html`; \
@@ -403,8 +401,8 @@ dist-hook: dist-check-gtkdoc dist-hook-local
cp $(srcdir)/html/* $(distdir)/html
-cp $(srcdir)/$(DOC_MODULE).types $(distdir)/
-cp $(srcdir)/$(DOC_MODULE)-sections.txt $(distdir)/
+ -cp $(srcdir)/html/$(DOC_MODULE).devhelp* $(distdir)/html
cd $(distdir) && rm -f $(DISTCLEANFILES)
- -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html
.PHONY : dist-hook-local docs