* 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 08e916861f
commit 1c81540f6b
252 changed files with 7708 additions and 302 deletions

@ -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.

@ -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

@ -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
]) ])

@ -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

Before

(image error) Size: 22 KiB

After

(image error) Size: 22 KiB

Before

(image error) Size: 14 KiB

After

(image error) Size: 14 KiB

Before

(image error) Size: 16 KiB

After

(image error) Size: 16 KiB

Before

(image error) Size: 13 KiB

After

(image error) Size: 13 KiB

Before

(image error) Size: 17 KiB

After

(image error) Size: 17 KiB

Before

(image error) Size: 7.5 KiB

After

(image error) Size: 7.5 KiB

Before

(image error) Size: 10 KiB

After

(image error) Size: 10 KiB

Before

(image error) Size: 11 KiB

After

(image error) Size: 11 KiB

Before

(image error) Size: 14 KiB

After

(image error) Size: 14 KiB

Before

(image error) Size: 14 KiB

After

(image error) Size: 14 KiB

Before

(image error) Size: 13 KiB

After

(image error) Size: 13 KiB

Before

(image error) Size: 17 KiB

After

(image error) Size: 17 KiB

Before

(image error) Size: 12 KiB

After

(image error) Size: 12 KiB

Before

(image error) Size: 8.1 KiB

After

(image error) Size: 8.1 KiB

Before

(image error) Size: 19 KiB

After

(image error) Size: 19 KiB

Before

(image error) Size: 19 KiB

After

(image error) Size: 19 KiB

Before

(image error) Size: 17 KiB

After

(image error) Size: 17 KiB

Before

(image error) Size: 25 KiB

After

(image error) Size: 25 KiB

Before

(image error) Size: 22 KiB

After

(image error) Size: 22 KiB

Before

(image error) Size: 10 KiB

After

(image error) Size: 10 KiB

Before

(image error) Size: 12 KiB

After

(image error) Size: 12 KiB

Before

(image error) Size: 12 KiB

After

(image error) Size: 12 KiB

Before

(image error) Size: 22 KiB

After

(image error) Size: 22 KiB

Before

(image error) Size: 10 KiB

After

(image error) Size: 10 KiB

Before

(image error) Size: 50 KiB

After

(image error) Size: 50 KiB

Before

(image error) Size: 24 KiB

After

(image error) Size: 24 KiB

Before

(image error) Size: 12 KiB

After

(image error) Size: 12 KiB

@ -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>

@ -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
gramps2/help/ChangeLog Normal file

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

77
gramps2/help/Makefile.am Normal 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

Before

(image error) Size: 16 KiB

After

(image error) Size: 16 KiB

Before

(image error) Size: 27 KiB

After

(image error) Size: 27 KiB

Before

(image error) Size: 12 KiB

After

(image error) Size: 12 KiB

Before

(image error) Size: 13 KiB

After

(image error) Size: 13 KiB

Before

(image error) Size: 11 KiB

After

(image error) Size: 11 KiB

Before

(image error) Size: 10 KiB

After

(image error) Size: 10 KiB

Before

(image error) Size: 13 KiB

After

(image error) Size: 13 KiB

Before

(image error) Size: 27 KiB

After

(image error) Size: 27 KiB

Before

(image error) Size: 18 KiB

After

(image error) Size: 18 KiB

Before

(image error) Size: 26 KiB

After

(image error) Size: 26 KiB

Before

(image error) Size: 11 KiB

After

(image error) Size: 11 KiB

Before

(image error) Size: 23 KiB

After

(image error) Size: 23 KiB

Before

(image error) Size: 27 KiB

After

(image error) Size: 27 KiB

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