openbsd-ports/devel/libglade2/patches/patch-doc_Makefile_in
todd 312bb938a1 Import libglade2-2.0.1
--
This library allows you to load glade interface files in a program at runtime.
It doesn't require GLADE to be used, but GLADE is by far the easiest way to
create the interface files.

From marcm for gnome2
2003-01-31 18:27:45 +00:00

15 lines
571 B
Plaintext

$OpenBSD: patch-doc_Makefile_in,v 1.1.1.1 2003/01/31 18:27:45 todd Exp $
--- doc/Makefile.in.orig Thu Aug 29 05:53:59 2002
+++ doc/Makefile.in Mon Sep 23 11:52:34 2002
@@ -342,10 +342,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 $(TARGET_DIR); \
- echo '-- Fixing Crossreferences' ; \
- gtkdoc-fixxref --module=$(DOC_MODULE) --html-dir=$(HTML_DIR) || true; \
fi)
uninstall-local: