openbsd-ports/devel/libglade/patches/patch-doc_Makefile_in
wilfried 35bba8a275 Update to libglade-0.17, from maintainer
- use gtk_clist_set_column_title to set clist column titles
  when possible so that they get the alignment of the column.
- Backport code that cleans up widget hash table in the
  GladeXML object on widget destruction.  This means that
  glade_xml_get_widget() should always return a valid widget
  or NULL.
- Move headers to a a libglade-1.0/ subdirectory.  This is to
  allow parallel installation of stable and development
  versions of libglade.  Libraries depending on libglade will
  probably need to be rebuilt so that their *-config scripts
  contain the correct CPP flags.
- update shared library number
2001-11-14 21:08:45 +00:00

15 lines
571 B
Plaintext

$OpenBSD: patch-doc_Makefile_in,v 1.2 2001/11/14 21:08:45 wilfried Exp $
--- doc/Makefile.in.orig Fri Sep 7 05:14:11 2001
+++ doc/Makefile.in Wed Nov 14 20:31:34 2001
@@ -355,10 +355,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: