openbsd-ports/graphics/gdk-pixbuf/patches/patch-doc_Makefile_in
naddy a2977f2152 Update to 0.10.1.
From Couderc Damien <couderc.damien@wanadoo.fr>.
ok MAINTAINER, obecian@
2001-03-27 11:45:07 +00:00

13 lines
555 B
Plaintext

$OpenBSD: patch-doc_Makefile_in,v 1.2 2001/03/27 11:45:11 naddy 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)