From 4a070a90a7f679b26fd571c30b76c4ba4cc49381 Mon Sep 17 00:00:00 2001 From: Ken Moffat Date: Mon, 9 Aug 2010 23:41:22 +0100 Subject: [PATCH] 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 -- 2.7.4