* help: add new dir with new gnome-doc-utils infrastructure.

svn: r6163
This commit is contained in:
Alex Roitman 2006-03-17 20:41:14 +00:00
parent 9577aba0bf
commit 5fc44d4627
252 changed files with 7708 additions and 302 deletions

View File

@ -1,4 +1,6 @@
2006-03-17 Alex Roitman <shura@gramps-project.org> 2006-03-17 Alex Roitman <shura@gramps-project.org>
* help: add new dir with new gnome-doc-utils infrastructure.
* configure.in: Multiple improvements. * configure.in: Multiple improvements.
* config.guess, config.sub: newer versions. * config.guess, config.sub: newer versions.
* autogen.sh: Better gnome-common message. * autogen.sh: Better gnome-common message.

View File

@ -1,13 +1,13 @@
# This is the top level Makefile for Gramps # This is the top level Makefile for Gramps
# $Id$ # $Id$
SUBDIRS = m4 po src doc example SUBDIRS = po src doc example help
EXTRA_DIST = \ EXTRA_DIST = \
config.rpath autogen.sh gramps.spec.in gramps.spec \ config.rpath autogen.sh gramps.spec.in gramps.spec \
COPYING-DOCS FAQ COPYING \ COPYING-DOCS FAQ COPYING \
intltool-extract.in intltool-merge.in intltool-update.in \ intltool-extract.in intltool-merge.in intltool-update.in \
config.sub config.guess config.sub config.guess gnome-doc-utils.make m4
bin_SCRIPTS = gramps bin_SCRIPTS = gramps
@ -15,7 +15,10 @@ dist_pkgdata_DATA = COPYING
distuninstallcheck_listfiles = find . -type -f -print | grep -E -v '/(globs|magic|XMLnamespaces)' distuninstallcheck_listfiles = find . -type -f -print | grep -E -v '/(globs|magic|XMLnamespaces)'
DISTCLEANFILES = intltool-extract intltool-merge intltool-update DISTCLEANFILES = intltool-extract intltool-merge intltool-update \
gnome-doc-utils.make
DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper
gramps: gramps.sh gramps: gramps.sh
cp gramps.sh gramps cp gramps.sh gramps

View File

@ -8,6 +8,9 @@ AC_INIT(gramps, 2.1.0, [gramps-bugs@lists.sourceforge.net])
AC_CONFIG_SRCDIR(configure.in) AC_CONFIG_SRCDIR(configure.in)
AM_INIT_AUTOMAKE(1.6.3) AM_INIT_AUTOMAKE(1.6.3)
AC_CONFIG_MACRO_DIR([m4])
GNOME_DOC_INIT
RELEASE=0.SVN$(svnversion -n .) RELEASE=0.SVN$(svnversion -n .)
dnl RELEASE=1 dnl RELEASE=1
@ -217,11 +220,11 @@ AC_SUBST(GNOMEHELP)
AC_SUBST(GPREFIX) AC_SUBST(GPREFIX)
AC_CONFIG_FILES([ AC_CONFIG_FILES([
m4/Makefile
po/Makefile.in po/Makefile.in
Makefile Makefile
gramps.spec gramps.spec
gramps.sh gramps.sh
help/Makefile
src/const.py src/const.py
src/Makefile src/Makefile
src/RelLib/Makefile src/RelLib/Makefile
@ -245,9 +248,6 @@ src/data/templates/Makefile
doc/Makefile doc/Makefile
doc/man/Makefile doc/man/Makefile
doc/man/fr/Makefile doc/man/fr/Makefile
doc/gramps-manual/Makefile
doc/gramps-manual/C/Makefile
doc/gramps-manual/fr/Makefile
example/Makefile example/Makefile
example/gramps/Makefile example/gramps/Makefile
]) ])

View File

@ -1,4 +1,3 @@
# Process this file with automake to produce Makefile.in # Process this file with automake to produce Makefile.in
SUBDIRS = gramps-manual man SUBDIRS = man
EXTRA_DIST = xmldocs.make omf.make

View File

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

Before

Width:  |  Height:  |  Size: 7.0 KiB

After

Width:  |  Height:  |  Size: 7.0 KiB

View File

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View File

Before

Width:  |  Height:  |  Size: 7.5 KiB

After

Width:  |  Height:  |  Size: 7.5 KiB

View File

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

Before

Width:  |  Height:  |  Size: 8.9 KiB

After

Width:  |  Height:  |  Size: 8.9 KiB

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

Before

Width:  |  Height:  |  Size: 9.6 KiB

After

Width:  |  Height:  |  Size: 9.6 KiB

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

Before

Width:  |  Height:  |  Size: 9.9 KiB

After

Width:  |  Height:  |  Size: 9.9 KiB

View File

Before

Width:  |  Height:  |  Size: 8.3 KiB

After

Width:  |  Height:  |  Size: 8.3 KiB

View File

Before

Width:  |  Height:  |  Size: 6.5 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB

View File

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

Before

Width:  |  Height:  |  Size: 8.1 KiB

After

Width:  |  Height:  |  Size: 8.1 KiB

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View File

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View File

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

View File

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View File

Before

Width:  |  Height:  |  Size: 9.6 KiB

After

Width:  |  Height:  |  Size: 9.6 KiB

View File

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View File

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB

View File

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

View File

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

Before

Width:  |  Height:  |  Size: 7.0 KiB

After

Width:  |  Height:  |  Size: 7.0 KiB

View File

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 50 KiB

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -67,6 +67,10 @@
<!-- appropriate code --> <!-- appropriate code -->
<bookinfo> <bookinfo>
<title>GRAMPS Manual V&manrevision;</title> <title>GRAMPS Manual V&manrevision;</title>
<abstract role="description"><para>
This document describes GRAMPS, the Genealogical Research and
Analysis Management Programming System.</para>
</abstract>
<copyright> <copyright>
<year>2001</year> <year>2001</year>
<holder>Donald N. Allingham</holder> <holder>Donald N. Allingham</holder>
@ -103,7 +107,7 @@
--> -->
<authorgroup> <authorgroup>
<author> <author role="maintainer">
<firstname>Alex</firstname> <firstname>Alex</firstname>
<surname>Roitman</surname> <surname>Roitman</surname>
<affiliation> <affiliation>

View File

@ -49,7 +49,7 @@
<para>GRAMPS has all these capabilities and more. Notably, it <para>GRAMPS has all these capabilities and more. Notably, it
allows you to integrate bits and pieces of data as they arise allows you to integrate bits and pieces of data as they arise
from your research and to put them in one place &mdash; your from your research and to put them in one place -- your
computer. You can then use your computer to manipulate, computer. You can then use your computer to manipulate,
correlate, and analyze your data, rather than messing with reams correlate, and analyze your data, rather than messing with reams
of paper. </para> of paper. </para>

2
help/ChangeLog Normal file
View File

@ -0,0 +1,2 @@
2006-03-17 Alex Roitman <shura@gramps-project.org>
* Makefile.am: Add new help infrastructure.

77
help/Makefile.am Normal file
View File

@ -0,0 +1,77 @@
# This is the help level Makefile for gramps
# $Id$
include $(top_srcdir)/gnome-doc-utils.make
dist-hook: doc-dist-hook
DOC_MODULE = gramps-manual
DOC_ENTITIES = \
authors.xml \
bugs.xml \
cmdline.xml \
cmdplug.xml \
custom.xml \
faq.xml \
filtref.xml \
getstart.xml \
keybind.xml \
legal.xml \
mainwin.xml \
manual.xml \
preface.xml \
usage.xml
DOC_FIGURES = \
figures/bookreport.png \
figures/cfe-ar.png \
figures/cfe-df.png \
figures/column-editor.png \
figures/comp-people.png \
figures/date-selection.png \
figures/edit-ad.png \
figures/edit-an.png \
figures/edit-at.png \
figures/edit-bm.png \
figures/edit-ev.png \
figures/edit-media.png \
figures/edit-person-addresses.png \
figures/edit-person-attributes.png \
figures/edit-person-events.png \
figures/edit-person-gallery.png \
figures/edit-person-internet.png \
figures/edit-person-lds.png \
figures/edit-person-names.png \
figures/edit-person-notes.png \
figures/edit-person.png \
figures/edit-person-sources.png \
figures/edit-plc.png \
figures/edit-rel.png \
figures/edit-si.png \
figures/edit-src.png \
figures/edit-wi.png \
figures/export-druid.png \
figures/family-alt.png \
figures/family.png \
figures/find-people.png \
figures/first-open.png \
figures/gedcom-export.png \
figures/gedcom-export-progress.png \
figures/gedcom-import.png \
figures/mainwin.png \
figures/media.png \
figures/merge-people.png \
figures/merge-plc.png \
figures/merge-src.png \
figures/missing-media.png \
figures/noside-nofilt.png \
figures/pedigree-anchor.png \
figures/pedigree-child-cut.png \
figures/pedigree.png \
figures/pedigree-siblings-cut.png \
figures/places.png \
figures/prefs.png \
figures/researcher.png \
figures/scratch-pad.png \
figures/side-filt.png \
figures/sources.png
DOC_LINGUAS = fr

View File

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View File

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 27 KiB

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View File

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View File

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View File

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 31 KiB

View File

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 27 KiB

View File

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

View File

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 23 KiB

View File

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 27 KiB

View File

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 27 KiB

View File

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

Some files were not shown because too many files have changed in this diff Show More