e4e838ebc6
* man pages, fix compilation with db1 (to some degree at least), fix crashes in gtk-xmhtml (for help browser), mem leaks plugged in gnome-mime, compiler/warning fixes, better multibyte handling in zvt, report mousewheel events correctly to apps in zvt, fix crashes in gnome-mdi, work with KDE session management, plus more. Ok naddy@, with additional testing by fries@.
13 lines
646 B
Plaintext
13 lines
646 B
Plaintext
$OpenBSD: patch-devel-docs_gnomeui_Makefile_in,v 1.2 2002/02/15 19:19:33 nino Exp $
|
|
--- devel-docs/gnomeui/Makefile.in.orig Fri Jan 25 00:58:27 2002
|
|
+++ devel-docs/gnomeui/Makefile.in Sun Feb 3 13:26:10 2002
|
|
@@ -423,7 +423,7 @@ install-data-local:
|
|
$(INSTALL_DATA) $$i $(DESTDIR)$(TARGET_DIR); \
|
|
done; \
|
|
echo '-- Installing $(srcdir)/html/index.sgml' ; \
|
|
- $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR); \
|
|
+ $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR) || true; \
|
|
echo '-- Fixing Crossreferences' ; \
|
|
gtkdoc-fixxref --module=$(DOC_MODULE) --html-dir=$(HTML_DIR)|| true; \
|
|
fi)
|