diff options
author | Koen Kooi <koen@openembedded.org> | 2007-03-13 12:25:10 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-03-13 12:25:10 +0000 |
commit | a082790f501d15edd8bd917ccc2fe53c96ee612c (patch) | |
tree | b1f0b7a50c3f815d61535313b5eb764ae7d9b8f7 /packages/gtk+/gtk+-2.10.10/automake-lossage.patch | |
parent | 8e41ef287bbef80f218acdbdc91e22c3afd21d18 (diff) |
gtk+: update to 2.10.10
Diffstat (limited to 'packages/gtk+/gtk+-2.10.10/automake-lossage.patch')
-rw-r--r-- | packages/gtk+/gtk+-2.10.10/automake-lossage.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/packages/gtk+/gtk+-2.10.10/automake-lossage.patch b/packages/gtk+/gtk+-2.10.10/automake-lossage.patch new file mode 100644 index 0000000000..0d423ddbb9 --- /dev/null +++ b/packages/gtk+/gtk+-2.10.10/automake-lossage.patch @@ -0,0 +1,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 + |