aboutsummaryrefslogtreecommitdiff
path: root/devel/flex/patches/100-disable-all-dirs-except-src.patch
blob: e4e72358f5b1e45cea0cc740a0fe3b22a3dc3862 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- a/Makefile.am
+++ b/Makefile.am
@@ -42,12 +42,7 @@ EXTRA_DIST = \
 	autogen.sh
 
 SUBDIRS = \
-	src \
-	doc \
-	examples \
-	po \
-	tests \
-	tools
+	src
 
 # Create the ChangeLog, but only if we're inside a git working directory