* doc/xmldocs.make: Revert help path to keep under gramps dir.
* doc/gramps-manual/Makefile.am: Add symlink to keep all gnome versions happy with the help path. * src/po/de.po: Typos: missing "n". svn: r5453
This commit is contained in:
parent
c6bec2bc14
commit
6d5fa2aca7
@ -1,3 +1,9 @@
|
||||
2005-11-29 Alex Roitman <shura@gramps-project.org>
|
||||
* doc/xmldocs.make: Revert help path to keep under gramps dir.
|
||||
* doc/gramps-manual/Makefile.am: Add symlink to keep all gnome
|
||||
versions happy with the help path.
|
||||
* src/po/de.po: Typos: missing "\n".
|
||||
|
||||
2005-11-29 Don Allingham <don@gramps-project.org>
|
||||
* src/GrampsBSDDB.py: change rebuilding of secondary indices
|
||||
to use keys instead of cursors.
|
||||
|
@ -1,3 +1,12 @@
|
||||
# Process this file with automake to produce Makefile.in
|
||||
|
||||
SUBDIRS = C fr
|
||||
|
||||
topdocdir1=$(datadir)/@PACKAGE@/gnome/help/@PACKAGE@
|
||||
topdocdir2=$(datadir)/@PACKAGE@/gnome/help/@PACKAGE@/@PACKAGE@
|
||||
|
||||
install-data-local:
|
||||
ln -s $(DESTDIR)$(topdocdir1) $(DESTDIR)$(topdocdir2)
|
||||
|
||||
uninstall-local:
|
||||
-rm $(DESTDIR)$(topdocdir2)
|
||||
|
@ -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)/gnome/help/@PACKAGE@/$(lang)
|
||||
docdir = $(datadir)/@PACKAGE@/gnome/help/@PACKAGE@/$(lang)
|
||||
|
||||
# ************** You should not have to edit below this line *******************
|
||||
xml_files = $(entities) $(docname).xml
|
||||
|
@ -1825,7 +1825,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Das GRAMPs Prefix wird in einem unüblichen Format angezeigt und es kann "
|
||||
"deshalb beim Exportieren der Datebank in das GEDCOM Format zu Problemen "
|
||||
"kommen."
|
||||
"kommen.\n"
|
||||
|
||||
#: GrampsCfg.py:361
|
||||
msgid "Unsuited GRAMPS ID prefix"
|
||||
@ -1837,7 +1837,7 @@ msgid ""
|
||||
"different objects.\n"
|
||||
msgstr ""
|
||||
"Das GRAMPS ID Prefix wurde nicht eingeordnet, da nicht zwischen "
|
||||
"verschiedenen Objekten unterschieden werden konnte. "
|
||||
"verschiedenen Objekten unterschieden werden konnte.\n"
|
||||
|
||||
#: GrampsDbBase.py:1009 GrampsDbBase.py:1047
|
||||
msgid "_Undo %s"
|
||||
|
Loading…
x
Reference in New Issue
Block a user