From: Ken Moffat Date: Mon, 9 Aug 2010 22:41:22 +0000 (+0100) Subject: gtk-doc*.mak: use tabs instead of spaces to fix build with make-3.82 X-Git-Tag: upstream/20130618~105 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4a070a90a7f679b26fd571c30b76c4ba4cc49381;p=platform%2Fupstream%2Fgst-common.git gtk-doc*.mak: use tabs instead of spaces to fix build with make-3.82 https://bugs.freedesktop.org/show_bug.cgi?id=29426 --- 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