[gst-cvs] common: gtk-doc*.mak: use tabs instead of spaces to fix build with make-3. 82
Tim Müller
tpm at kemper.freedesktop.org
Tue Aug 10 02:55:37 PDT 2010
Module: common
Branch: master
Commit: 4a070a90a7f679b26fd571c30b76c4ba4cc49381
URL: http://cgit.freedesktop.org/gstreamer/common/commit/?id=4a070a90a7f679b26fd571c30b76c4ba4cc49381
Author: Ken Moffat <zarniwhoop73 at googlemail.com>
Date: Mon Aug 9 23:41:22 2010 +0100
gtk-doc*.mak: use tabs instead of spaces to fix build with make-3.82
https://bugs.freedesktop.org/show_bug.cgi?id=29426
---
gtk-doc-plugins.mak | 2 +-
gtk-doc.mak | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gtk-doc-plugins.mak b/gtk-doc-plugins.mak
index 02fecfd..f3b7f2d 100644
--- a/gtk-doc-plugins.mak
+++ b/gtk-doc-plugins.mak
@@ -332,7 +332,7 @@ dist-hook: dist-check-gtkdoc dist-hook-local
-cp $(srcdir)/$(DOC_MODULE).types $(distdir)/
-cp $(srcdir)/$(DOC_MODULE)-sections.txt $(distdir)/
cd $(distdir) && rm -f $(DISTCLEANFILES)
- -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html
+ -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html
.PHONY : dist-hook-local docs
diff --git a/gtk-doc.mak b/gtk-doc.mak
index bdbd07e..f44bcd3 100644
--- a/gtk-doc.mak
+++ b/gtk-doc.mak
@@ -236,6 +236,6 @@ dist-hook: dist-check-gtkdoc dist-hook-local
-cp $(srcdir)/$(DOC_MODULE).types $(distdir)/
-cp $(srcdir)/$(DOC_MODULE)-sections.txt $(distdir)/
cd $(distdir) && rm -f $(DISTCLEANFILES)
- -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html
+ -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html
.PHONY : dist-hook-local docs
More information about the Gstreamer-commits
mailing list