fix MASTER_SITES changes: * gtkmm 2.2.10 had an incorrect configure-time test, that mistakenly disabled some template code for gcc, used to convert from intermediate C++ containers to STL containers. For instance, this broke the gnome-vfsmm build. * TreeView::get_path_at_pos(): Correct memory management. ("David"). * ConstructParams::ConstructParams(): improvement. (Daniel Elstner). * TreePath::append(): Maybe fixed compilation for gcc 3.4. (Daniel Elstner)
13 lines
551 B
Text
13 lines
551 B
Text
$NetBSD: patch-ab,v 1.5 2004/07/05 11:04:34 drochner Exp $
|
|
|
|
--- docs/FAQ/Makefile.in.orig 2004-06-03 19:49:17.000000000 +0200
|
|
+++ docs/FAQ/Makefile.in
|
|
@@ -187,7 +187,7 @@ docbook_docs = gtkmm-faq.xml
|
|
web_path_gtkmm2 = /home/groups/g/gt/gtkmm/htdocs/gtkmm2/
|
|
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
|
|
gtkmm_faq_path = $(web_path_docs)FAQ
|
|
EXTRA_DIST = README gtkmm-faq.xml html
|
|
faqdir = $(gtkmm_docdir)/FAQ/html
|