summaryrefslogtreecommitdiffstats
path: root/meta/packages/mutter/mutter/nodocs.patch
blob: 98f43be5e86ec28286af67ad896d1940648224d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Index: git/Makefile.am
===================================================================
--- git.orig/Makefile.am	2009-01-27 13:26:12.000000000 +0000
+++ git/Makefile.am	2009-01-27 14:07:13.000000000 +0000
@@ -1,5 +1,5 @@
 
-SUBDIRS=src po doc
+SUBDIRS=src po
 
 EXTRA_DIST = HACKING MAINTAINERS rationales.txt \
 	intltool-extract.in intltool-merge.in intltool-update.in
Index: git/configure.in
===================================================================
--- git.orig/configure.in	2009-01-27 13:26:12.000000000 +0000
+++ git/configure.in	2009-01-27 14:11:16.000000000 +0000
@@ -538,12 +538,9 @@
 
 # Warnings are there for a reason
 if test "x$GCC" = "xyes"; then
-  CFLAGS="$CFLAGS -Wall -Werror -ansi"
+  CFLAGS="$CFLAGS -Wall -ansi"
 fi
 
-# Use gnome-doc-utils:
-GNOME_DOC_INIT([0.8.0])
-
 AC_CONFIG_FILES([
 Makefile
 doc/Makefile