summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Moffat <zarniwhoop73@googlemail.com>2010-08-09 23:41:22 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2010-08-10 10:54:47 +0100
commit4a070a90a7f679b26fd571c30b76c4ba4cc49381 (patch)
tree167932f814f2f6182f25d8de85c3de34b9689721
parent535c337c8a97dc99016f77ad653e3fb158e892af (diff)
gtk-doc*.mak: use tabs instead of spaces to fix build with make-3.82
https://bugs.freedesktop.org/show_bug.cgi?id=29426
-rw-r--r--gtk-doc-plugins.mak2
-rw-r--r--gtk-doc.mak2
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