diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-02-04 09:08:55 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-02-04 09:08:55 +0000 |
commit | 8cc0930b788d6e708ea70bd73e13290dc701af0d (patch) | |
tree | 9dedfc818db8f9d2aff1bde840bb2a9a1eb83e8d /packages/gtk+/gtk+-2.10.9/automake-lossage.patch | |
parent | e8a5f81859046a3af03683497d6a23fa82cfb5c0 (diff) | |
parent | a0ec4b9627005fbf91b704c662b8b51dd969a5af (diff) |
merge of 'ac0a9c999fff927332161754b955e88ec59fae08'
and 'f3a8dc0cd974c16c68c93c22d8630c7fa3f535e6'
Diffstat (limited to 'packages/gtk+/gtk+-2.10.9/automake-lossage.patch')
-rw-r--r-- | packages/gtk+/gtk+-2.10.9/automake-lossage.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/packages/gtk+/gtk+-2.10.9/automake-lossage.patch b/packages/gtk+/gtk+-2.10.9/automake-lossage.patch new file mode 100644 index 0000000000..0d423ddbb9 --- /dev/null +++ b/packages/gtk+/gtk+-2.10.9/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 + |