diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index d08d0a6c6..7e5fa350d 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,3 +1,7 @@ +2005-11-10 Don Allingham + * doc/xmldocs.make: fix for GNOME 2.12 help path + * doc/gramps-manual/C/gramps-manual-C.omf: fix for GNOME 2.12 help path. + 2005-11-10 Julio Sanchez * src/plugins/rel_es.py: More detail for some relationships * src/ImageSelect.py: Recompute mime type in case of path change diff --git a/gramps2/doc/gramps-manual/C/gramps-manual-C.omf b/gramps2/doc/gramps-manual/C/gramps-manual-C.omf index 53a3fcb57..f416a4dd2 100644 --- a/gramps2/doc/gramps-manual/C/gramps-manual-C.omf +++ b/gramps2/doc/gramps-manual/C/gramps-manual-C.omf @@ -5,7 +5,7 @@ GRAMPS Manual 2005-10-16 - + User Manual for GRAMPS. User Manual diff --git a/gramps2/doc/xmldocs.make b/gramps2/doc/xmldocs.make index 39b42ac04..6ab499c3d 100644 --- a/gramps2/doc/xmldocs.make +++ b/gramps2/doc/xmldocs.make @@ -37,7 +37,7 @@ # ************* Begin of section some packagers may need to modify ************** # This variable (docdir) specifies where the documents should be installed. # This default value should work for most packages. -docdir = $(datadir)/@PACKAGE@/gnome/help/@PACKAGE@/$(lang) +docdir = $(datadir)/gnome/help/@PACKAGE@/$(lang) # ************** You should not have to edit below this line ******************* xml_files = $(entities) $(docname).xml