08dd2055cf
* configure depends on ATK 1.2. (Murray Cumming) * Various gtkmm/gdkmm reference-counting corrections, using refreturn. (Sven Grottke, Murray Cumming) * Gtk::Menu_Helpers::Element: lifetime refcounting fix. (Murray Cumming) * Glib: - build_path(), build_filename(): fix and performance improvement. - replace deprecated __builtin_bzero(). (Daniel Elstner) * Win32: 2.2 now builds, after lots of work. And there's an installer. (Cedric Gustin) * Documentation: - Glib::Cond documented (Rick L Vinyard Jr) - Review and completion of Gtk::AccelGroup -> Gtk::Bin (Bryan Forbes) - Minor internals docs fix. (Martin Schulze)
13 lines
467 B
Text
13 lines
467 B
Text
$NetBSD: patch-af,v 1.1 2003/03/15 20:32:41 jmmv Exp $
|
|
|
|
--- docs/tutorial/figures/Makefile.in.orig 2003-03-15 18:38:26.000000000 +0000
|
|
+++ docs/tutorial/figures/Makefile.in
|
|
@@ -157,7 +157,7 @@ web_path_gtkmm2 = /home/groups/g/gt/gtkm
|
|
web_path_docs = $(web_path_gtkmm2)docs/
|
|
rsync_args = -vz --rsh ssh --delete --delete-after
|
|
|
|
-gtkmm_docdir = $(datadir)/doc/gtkmm-2.0/docs
|
|
+gtkmm_docdir = $(datadir)/doc/gtkmm-2.0
|
|
|
|
figuresdir = $(gtkmm_docdir)/tutorial/figures
|
|
|