blob: 0a4e1022fa27378b7df12dd6d795379bbf1fe341 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- docs/reference/Makefile.in.orig 2009-09-05 11:17:44.000000000 +0200
+++ docs/reference/Makefile.in 2009-09-05 11:18:15.000000000 +0200
@@ -359,7 +359,7 @@ XVFB_START = \
|| { echo "Gtk+Tests:ERROR: Failed to start Xvfb environment for X11 target tests."; exit 1; } \
&& DISPLAY=:$$XID && export DISPLAY
-SUBDIRS = gdk-pixbuf gdk gtk libgail-util
+SUBDIRS = #gdk-pixbuf gdk gtk libgail-util
GITIGNOREFILES = */*.1
all: all-recursive
|