aboutsummaryrefslogtreecommitdiffstats
path: root/classes/sip.bbclass
AgeCommit message (Expand)Author
2006-05-02sip(4).bbclass: fix appending/prepending dependenciesMichael Lauer
2005-02-08make python 2.4 as default, move python-sip into python/, make sip4 as defaultMichael Lauer
2004-12-07Merge oe-devel@oe-devel.bkbits.net:packages.bbChris Larson
-tmpfiles OpenEmbedded Core user contribution treesGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/openembedded/packages/gtk+/gtk+-2.6.8/automake-lossage.patch
blob: 0d423ddbb9d1a3d54f97ec8de6c21edfe4ac1af4 (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
--- gtk+-2.4.1/docs/tutorial/Makefile.am~	2003-05-06 22:54:20.000000000 +0100
+++ gtk+-2.4.1/docs/tutorial/Makefile.am	2004-05-08 12:31:41.000000000 +0100
@@ -52,21 +52,5 @@
 
 dist-hook: html
 	cp -Rp $(srcdir)/html $(distdir)
-else
-html:
-	echo "***"
-	echo "*** Warning: Tutorial not built"
-	echo "***"
-
-pdf:
-	echo "***"
-	echo "*** Warning: Tutorial not built"
-	echo "***"
-
-dist-hook:
-	echo "***"
-	echo "*** Warning: Tutorial not built"
-	echo "*** DISTRIBUTION IS INCOMPLETE"
-	echo "***"
 endif