diff options
author | Koen Kooi <koen@openembedded.org> | 2005-08-28 14:37:04 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-28 14:37:04 +0000 |
commit | 6e973c1b7ed1ba09753d3b3d7681e4bb1599efad (patch) | |
tree | 510d832a282bc4abf532f27558f5f35a60216bd9 /packages/gtk+/gtk+-2.8.2/automake-lossage.patch | |
parent | 9082a53cfe8a33e2ae9419b5afd27aa93702e8ed (diff) |
GTK+ 2.8.2: Add it
Diffstat (limited to 'packages/gtk+/gtk+-2.8.2/automake-lossage.patch')
-rw-r--r-- | packages/gtk+/gtk+-2.8.2/automake-lossage.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/packages/gtk+/gtk+-2.8.2/automake-lossage.patch b/packages/gtk+/gtk+-2.8.2/automake-lossage.patch new file mode 100644 index 0000000000..0d423ddbb9 --- /dev/null +++ b/packages/gtk+/gtk+-2.8.2/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 + |