2006-10-11  Alex Roitman  <shura@gramps-project.org>
	* src/GrampsDisplay.py (help): Rename gramps-manual to gramps.

In help:
	* Makefile.am (DOC_MODULE): Use gramps in stead of gramps-manual.
	* C/gramps.xml: Add in place of gramps-manual.xml;
	add more authors.
	* gramps.omf.in: Add in place of gramps-manual.omf.in


svn: r7395
This commit is contained in:
Alex Roitman
2006-10-11 16:13:58 +00:00
parent 6e7cc6989d
commit 50fcfb7979
6 changed files with 84 additions and 212 deletions

View File

@ -21,7 +21,7 @@
def help(target):
try:
import gnome
gnome.help_display('gramps-manual',target)
gnome.help_display('gramps',target)
except:
url('http://gramps-project.org/gramps-manual/gramps-manual-en/index.html')