openbsd-ports/graphics/gdk-pixbuf/patches/patch-doc_Makefile_in
brad c05cd374ef revert back to gdk-pixbuf 0.10.1 until I can figure out what the f%#k
is wrong with libtool. this worked just fine and then I updated my powerpc
box to more recent -current and I was able to reproduce the problem
as reported to me by a handful of people.
2002-05-31 00:03:35 +00:00

13 lines
554 B
Plaintext

$OpenBSD: patch-doc_Makefile_in,v 1.4 2002/05/31 00:03:35 brad Exp $
--- doc/Makefile.in.orig Wed Mar 14 09:52:24 2001
+++ doc/Makefile.in Wed Mar 14 09:52:37 2001
@@ -300,8 +300,6 @@ install-data-local:
echo '-- Installing '$$i ; \
$(INSTALL_DATA) $$i $(DESTDIR)$(TARGET_DIR); \
done; \
- echo '-- Installing $(srcdir)/html/index.sgml' ; \
- $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR); \
echo '-- Fixing Crossreferences' ; \
gtkdoc-fixxref --module=$(DOC_MODULE) --html-dir=$(HTML_DIR)|| true; \
fi)