diff --git a/doc/gramps-manual/C/Makefile.am b/doc/gramps-manual/C/Makefile.am new file mode 100644 index 000000000..dde918710 --- /dev/null +++ b/doc/gramps-manual/C/Makefile.am @@ -0,0 +1,53 @@ +SGML_FILES = gramps-manual.sgml + +figs = \ + figures/addmedia.png \ + figures/druidpg1.png \ + figures/editbookmarks.png \ + figures/ep-address.png \ + figures/ep-altname.png \ + figures/ep-attributes.png \ + figures/ep-event.png \ + figures/ep-gallery.png \ + figures/ep-general.png \ + figures/ep-internet.png \ + figures/ep-lds.png \ + figures/ep-notes.png \ + figures/familyview.png \ + figures/filter.png \ + figures/globalmedia.png \ + figures/gotobookmark.png \ + figures/localmedia.png \ + figures/mainwin.png \ + figures/mediaview.png \ + figures/opendb.png \ + figures/pedegreesel.png \ + figures/pedegreeview.png \ + figures/peoplelist.png \ + figures/placelist.png \ + figures/prefs-bars.png \ + figures/prefs-colors.png \ + figures/prefs-dates.png \ + figures/prefs-disp.png \ + figures/prefs-find.png \ + figures/prefs-gen.png \ + figures/prefs-guess.png \ + figures/prefs-ids.png \ + figures/prefs-main.png \ + figures/prefs-media.png \ + figures/prefs-report.png \ + figures/prefs-research.png \ + figures/prefs-revision.png \ + figures/reportsel.png \ + figures/revcontrol.png \ + figures/savecomment.png \ + figures/sourcelist.png \ + figures/sourcerefsel.png \ + figures/toolsel.png + +docname = gramps-manual +lang = C +omffile = gramps-manual-C.omf +sgml_ents = +include $(top_srcdir)/doc/sgmldocs.make +dist-hook: app-dist-hook diff --git a/doc/gramps-manual/C/Makefile.in b/doc/gramps-manual/C/Makefile.in index 9e643b0cc..32b59cea7 100644 --- a/doc/gramps-manual/C/Makefile.in +++ b/doc/gramps-manual/C/Makefile.in @@ -1,36 +1,463 @@ -include @top_srcdir@/Makefile.comm +# Makefile.in generated by automake 1.6.1 from Makefile.am. +# @configure_input@ -MANSRC = ${GM}.sgml -MANDIR = ${GM} +# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 +# Free Software Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. -html: ${MANDIR}/index.html +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. -${MANDIR}/index.html: ${MANSRC} - ${DB2HTML} ${MANSRC} -o ./tmp - mv ./tmp/*.html ./${MANDIR}.junk - -rmdir ./tmp - -mv ${MANDIR}/stylesheet-images ./${MANDIR}.junk/ - rm -rf ${MANDIR} - mv ./${MANDIR}.junk ${MANDIR} - -install: - -${INSTALL} -d ${GNOMEHELP}/${GM}/C - -${INSTALL} -m 644 ${MANSRC} ${GNOMEHELP}/${GM}/C - -${INSTALL} -m 644 ${GM}/*.png ${GNOMEHELP}/${GM}/C +@SET_MAKE@ -# We only install the .html files since .png's -# should already be there from the normal install -install-html: - -${INSTALL} -d ${GNOMEHELP}/${GM}/C - -${INSTALL} -m 644 ${GM}/*.html ${GNOMEHELP}/${GM}/C +# To use this template: +# 1) Define: figs, docname, lang, omffile, sgml_ents although figs, +# omffile, and sgml_ents may be empty in your Makefile.am which +# will "include" this one +# 2) Figures must go under figures/ and be in PNG format +# 3) You should only have one document per directory +# +# Note that this makefile forces the directory name under +# $prefix/share/gnome/help/ to be the same as the SGML filename +# of the document. This is required by GNOME. eg: +# $prefix/share/gnome/help/fish_applet/C/fish_applet.sgml +# ^^^^^^^^^^^ ^^^^^^^^^^^ +# Definitions: +# figs A list of screenshots which will be included in EXTRA_DIST +# Note that these should reside in figures/ and should be .png +# files, or you will have to make modifications below. +# docname This is the name of the SGML file: .sgml +# lang This is the document locale +# omffile This is the name of the OMF file. Convention is to name +# it -.omf. +# sgml_ents This is a list of SGML entities which must be installed +# with the main SGML file and included in EXTRA_DIST. +# eg: +# figs = \ +# figures/fig1.png \ +# figures/fig2.png +# docname = scrollkeeper-manual +# lang = C +# omffile=scrollkeeper-manual-C.omf +# sgml_ents = fdl.sgml +# include $(top_srcdir)/help/sgmldocs.make +# dist-hook: app-dist-hook +# +SHELL = @SHELL@ -uninstall: - -rm -f ${GNOMEHELP}/${GM}/C/*.sgml - -rm -f ${GNOMEHELP}/${GM}/C/*.html - -rm -f ${GNOMEHELP}/${GM}/C/*.png - -rmdir ${GNOMEHELP}/${GM}/C +srcdir = @srcdir@ +top_srcdir = @top_srcdir@ +VPATH = @srcdir@ +prefix = @prefix@ +exec_prefix = @exec_prefix@ -clean: - -rm -f ${MANDIR}/*.html - -rm -rf ${MANDIR}/stylesheet-images/ - -rm -rf ${MANDIR}.junk/ +bindir = @bindir@ +sbindir = @sbindir@ +libexecdir = @libexecdir@ +datadir = @datadir@ +sysconfdir = @sysconfdir@ +sharedstatedir = @sharedstatedir@ +localstatedir = @localstatedir@ +libdir = @libdir@ +infodir = @infodir@ +mandir = @mandir@ +includedir = @includedir@ +oldincludedir = /usr/include +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +top_builddir = ../../.. + +ACLOCAL = @ACLOCAL@ +AUTOCONF = @AUTOCONF@ +AUTOMAKE = @AUTOMAKE@ +AUTOHEADER = @AUTOHEADER@ + +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +INSTALL = @INSTALL@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_DATA = @INSTALL_DATA@ +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_HEADER = $(INSTALL_DATA) +transform = @program_transform_name@ +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : + +EXEEXT = @EXEEXT@ +OBJEXT = @OBJEXT@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +AMTAR = @AMTAR@ +AWK = @AWK@ +BINSH = @BINSH@ +CC = @CC@ +DEPDIR = @DEPDIR@ +DISABLE_SCROLLKEEPER = @DISABLE_SCROLLKEEPER@ +GNOMEHELP = @GNOMEHELP@ +HAVE_GNOME_CONFIG = @HAVE_GNOME_CONFIG@ +HAVE_JW = @HAVE_JW@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +INTLLIBS = @INTLLIBS@ +JW = @JW@ +LANGUAGES = @LANGUAGES@ +LIBS = @LIBS@ +MOFILES = @MOFILES@ +MSGFMT = @MSGFMT@ +P15_INCLUDES = @P15_INCLUDES@ +P20_INCLUDES = @P20_INCLUDES@ +P21_INCLUDES = @P21_INCLUDES@ +P22_INCLUDES = @P22_INCLUDES@ +PACKAGE = @PACKAGE@ +POFILES = @POFILES@ +PYTHON = @PYTHON@ +PYTHON15 = @PYTHON15@ +PYTHON20 = @PYTHON20@ +PYTHON21 = @PYTHON21@ +PYTHON22 = @PYTHON22@ +PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ +PYTHON_PLATFORM = @PYTHON_PLATFORM@ +PYTHON_PREFIX = @PYTHON_PREFIX@ +PYTHON_VERSION = @PYTHON_VERSION@ +RELEASE = @RELEASE@ +SCROLLKEEPER_CONFIG = @SCROLLKEEPER_CONFIG@ +SCROLLKEEPER_REQUIRED = @SCROLLKEEPER_REQUIRED@ +STRIP = @STRIP@ +VERSION = @VERSION@ +VERSIONSTRING = @VERSIONSTRING@ +ZIP = @ZIP@ +am__include = @am__include@ +am__quote = @am__quote@ +install_sh = @install_sh@ +pkgpyexecdir = @pkgpyexecdir@ +pkgpythondir = @pkgpythondir@ +pyexecdir = @pyexecdir@ +pythondir = @pythondir@ +SGML_FILES = gramps-manual.sgml + +figs = \ + figures/addmedia.png \ + figures/druidpg1.png \ + figures/editbookmarks.png \ + figures/ep-address.png \ + figures/ep-altname.png \ + figures/ep-attributes.png \ + figures/ep-event.png \ + figures/ep-gallery.png \ + figures/ep-general.png \ + figures/ep-internet.png \ + figures/ep-lds.png \ + figures/ep-notes.png \ + figures/familyview.png \ + figures/filter.png \ + figures/globalmedia.png \ + figures/gotobookmark.png \ + figures/localmedia.png \ + figures/mainwin.png \ + figures/mediaview.png \ + figures/opendb.png \ + figures/pedegreesel.png \ + figures/pedegreeview.png \ + figures/peoplelist.png \ + figures/placelist.png \ + figures/prefs-bars.png \ + figures/prefs-colors.png \ + figures/prefs-dates.png \ + figures/prefs-disp.png \ + figures/prefs-find.png \ + figures/prefs-gen.png \ + figures/prefs-guess.png \ + figures/prefs-ids.png \ + figures/prefs-main.png \ + figures/prefs-media.png \ + figures/prefs-report.png \ + figures/prefs-research.png \ + figures/prefs-revision.png \ + figures/reportsel.png \ + figures/revcontrol.png \ + figures/savecomment.png \ + figures/sourcelist.png \ + figures/sourcerefsel.png \ + figures/toolsel.png + + +docname = gramps-manual +lang = C +omffile = gramps-manual-C.omf +sgml_ents = + +docdir = $(datadir)/gnome/help/$(docname)/$(lang) + +doc_DATA = index.html + +sgml_files = $(sgml_ents) $(docname).sgml + +omf_dir = $(top_srcdir)/omf-install + +EXTRA_DIST = $(sgml_files) $(doc_DATA) $(omffile) $(figs) + +CLEANFILES = omf_timestamp + +# when doing a distclean, we also want to clear out html files: +CONFIG_CLEAN_FILES = index.html $(docname)/*.html $(docname)/stylesheet-images/*.gif +subdir = doc/gramps-manual/C +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +DIST_SOURCES = +DATA = $(doc_DATA) + +DIST_COMMON = Makefile.am Makefile.in +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/doc/sgmldocs.make $(top_srcdir)/configure.in $(ACLOCAL_M4) + cd $(top_srcdir) && \ + $(AUTOMAKE) --gnu doc/gramps-manual/C/Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) +uninstall-info-am: +docDATA_INSTALL = $(INSTALL_DATA) +install-docDATA: $(doc_DATA) + @$(NORMAL_INSTALL) + $(mkinstalldirs) $(DESTDIR)$(docdir) + @list='$(doc_DATA)'; for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + f="`echo $$p | sed -e 's|^.*/||'`"; \ + echo " $(docDATA_INSTALL) $$d$$p $(DESTDIR)$(docdir)/$$f"; \ + $(docDATA_INSTALL) $$d$$p $(DESTDIR)$(docdir)/$$f; \ + done + +uninstall-docDATA: + @$(NORMAL_UNINSTALL) + @list='$(doc_DATA)'; for p in $$list; do \ + f="`echo $$p | sed -e 's|^.*/||'`"; \ + echo " rm -f $(DESTDIR)$(docdir)/$$f"; \ + rm -f $(DESTDIR)$(docdir)/$$f; \ + done +tags: TAGS +TAGS: + +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) + +top_distdir = ../../.. +distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) + +distdir: $(DISTFILES) + $(mkinstalldirs) $(distdir)/figures + @for file in $(DISTFILES); do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test "$$dir" != "$$file" && test "$$dir" != "."; then \ + dir="/$$dir"; \ + $(mkinstalldirs) "$(distdir)$$dir"; \ + else \ + dir=''; \ + fi; \ + if test -d $$d/$$file; then \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + fi; \ + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + else \ + test -f $(distdir)/$$file \ + || cp -p $$d/$$file $(distdir)/$$file \ + || exit 1; \ + fi; \ + done + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="${top_distdir}" distdir="$(distdir)" \ + dist-hook +check-am: all-am +check: check-am +all-am: Makefile $(DATA) + +installdirs: + $(mkinstalldirs) $(DESTDIR)$(docdir) + +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]* + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic mostlyclean-am + +distclean: distclean-am + +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +info: info-am + +info-am: + +install-data-am: install-docDATA + +install-exec-am: + +install-info: install-info-am + +install-man: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic + +uninstall-am: uninstall-docDATA uninstall-info-am uninstall-local + +.PHONY: all all-am check check-am clean clean-generic distclean \ + distclean-generic distdir dvi dvi-am info info-am install \ + install-am install-data install-data-am install-docDATA \ + install-exec install-exec-am install-info install-info-am \ + install-man install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic uninstall uninstall-am \ + uninstall-docDATA uninstall-info-am uninstall-local + + +all: index.html omf + +omf: omf_timestamp + +omf_timestamp: $(omffile) + -for file in $(omffile); do \ + scrollkeeper-preinstall $(docdir)/$(docname).sgml $$file $(omf_dir)/$$file; \ + done + touch omf_timestamp + +index.html: $(docname)/index.html + -cp $(docname)/index.html . + +# The weird srcdir trick is because the db2html from the Cygnus RPMs +# cannot handle relative filenames. +# The t1 test is for certain versions of jw that create cryptic +# html pages, o fwhich the index is called "t1". Also, the jw +# script from docbook-utils 0.6.9 does not copy the template +# stylesheet-images directory like the db2html script does, so +# we give it a little help (at least for now) + +$(docname)/index.html: $(docname).sgml + -srcdir=`cd $(srcdir) && pwd`; \ + if test "$(HAVE_JW)" = 'yes' ; then \ + if test -f /usr/share/sgml/docbook/dsssl-stylesheets/images/next.gif ; then \ + mkdir -p $$srcdir/$(docname)/stylesheet-images ; \ + cp /usr/share/sgml/docbook/dsssl-stylesheets/images/*.gif $$srcdir/$(docname)/stylesheet-images/ ; \ + fi; \ + jw -c /etc/sgml/catalog $$srcdir/$(docname).sgml -o $$srcdir/$(docname); \ + else \ + db2html $$srcdir/$(docname).sgml; \ + fi + if test -f $(docname)/t1.html; then \ + cd $(srcdir)/$(docname) && cp t1.html index.html; \ + cd $(srcdir); \ + fi + +$(docname).sgml: $(sgml_ents) + -ourdir=`cd . && pwd`; \ + cd $(srcdir); \ + cp $(sgml_ents) $$ourdir + +app-dist-hook: index.html + -$(mkinstalldirs) $(distdir)/$(docname)/stylesheet-images + -$(mkinstalldirs) $(distdir)/figures + -cp $(srcdir)/$(docname)/*.html $(distdir)/$(docname) + -for file in $(srcdir)/$(docname)/*.css; do \ + basefile=`echo $$file | sed -e 's,^.*/,,'`; \ + cp $$file $(distdir)/$(docname)/$$basefile ; \ + done + -for file in $(srcdir)/$(docname)/stylesheet-images/*.gif; do \ + basefile=`echo $$file | sed -e 's,^.*/,,'`; \ + cp $$file $(distdir)/$(docname)/stylesheet-images/$$basefile ; \ + done + -if [ -e topic.dat ]; then \ + cp $(srcdir)/topic.dat $(distdir); \ + fi + +install-data-am: index.html omf + -$(mkinstalldirs) $(DESTDIR)$(docdir)/stylesheet-images + -$(mkinstalldirs) $(DESTDIR)$(docdir)/figures + -cp $(srcdir)/$(sgml_files) $(DESTDIR)$(docdir) + -for file in $(srcdir)/$(docname)/*.html $(srcdir)/$(docname)/*.css; do \ + basefile=`echo $$file | sed -e 's,^.*/,,'`; \ + $(INSTALL_DATA) $$file $(DESTDIR)$(docdir)/$$basefile; \ + done + -for file in $(srcdir)/figures/*.png; do \ + basefile=`echo $$file | sed -e 's,^.*/,,'`; \ + $(INSTALL_DATA) $$file $(DESTDIR)$(docdir)/figures/$$basefile; \ + done + -for file in $(srcdir)/$(docname)/stylesheet-images/*.gif; do \ + basefile=`echo $$file | sed -e 's,^.*/,,'`; \ + $(INSTALL_DATA) $$file $(DESTDIR)$(docdir)/stylesheet-images/$$basefile; \ + done + -if [ -e $(srcdir)/topic.dat ]; then \ + $(INSTALL_DATA) $(srcdir)/topic.dat $(DESTDIR)$(docdir); \ + fi + +$(docname).ps: $(srcdir)/$(docname).sgml + -srcdir=`cd $(srcdir) && pwd`; \ + db2ps $$srcdir/$(docname).sgml + +$(docname).rtf: $(srcdir)/$(docname).sgml + -srcdir=`cd $(srcdir) && pwd`; \ + db2ps $$srcdir/$(docname).sgml + +uninstall-local: + -for file in $(srcdir)/$(docname)/stylesheet-images/*.gif; do \ + basefile=`echo $$file | sed -e 's,^.*/,,'`; \ + rm -f $(docdir)/stylesheet-images/$$basefile; \ + done + -for file in $(srcdir)/figures/*.png; do \ + basefile=`echo $$file | sed -e 's,^.*/,,'`; \ + rm -f $(docdir)/figures/$$basefile; \ + done + -for file in $(srcdir)/$(docname)/*.html $(srcdir)/$(docname)/*.css; do \ + basefile=`echo $$file | sed -e 's,^.*/,,'`; \ + rm -f $(DESTDIR)$(docdir)/$$basefile; \ + done + -for file in $(sgml_files); do \ + rm -f $(DESTDIR)$(docdir)/$$file; \ + done + -rmdir $(DESTDIR)$(docdir)/stylesheet-images + -rmdir $(DESTDIR)$(docdir)/figures + -rmdir $(DESTDIR)$(docdir) +dist-hook: app-dist-hook +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/doc/gramps-manual/C/gramps-manual/addmedia.png b/doc/gramps-manual/C/figures/addmedia.png similarity index 57% rename from doc/gramps-manual/C/gramps-manual/addmedia.png rename to doc/gramps-manual/C/figures/addmedia.png index f3243f6f2..312823bcc 100644 Binary files a/doc/gramps-manual/C/gramps-manual/addmedia.png and b/doc/gramps-manual/C/figures/addmedia.png differ diff --git a/doc/gramps-manual/C/figures/druidpg1.png b/doc/gramps-manual/C/figures/druidpg1.png new file mode 100644 index 000000000..517490d48 Binary files /dev/null and b/doc/gramps-manual/C/figures/druidpg1.png differ diff --git a/doc/gramps-manual/C/gramps-manual/editbookmarks.png b/doc/gramps-manual/C/figures/editbookmarks.png similarity index 54% rename from doc/gramps-manual/C/gramps-manual/editbookmarks.png rename to doc/gramps-manual/C/figures/editbookmarks.png index af9b9b154..e02bed7b0 100644 Binary files a/doc/gramps-manual/C/gramps-manual/editbookmarks.png and b/doc/gramps-manual/C/figures/editbookmarks.png differ diff --git a/doc/gramps-manual/C/gramps-manual/ep-address.png b/doc/gramps-manual/C/figures/ep-address.png similarity index 100% rename from doc/gramps-manual/C/gramps-manual/ep-address.png rename to doc/gramps-manual/C/figures/ep-address.png diff --git a/doc/gramps-manual/C/gramps-manual/ep-altname.png b/doc/gramps-manual/C/figures/ep-altname.png similarity index 100% rename from doc/gramps-manual/C/gramps-manual/ep-altname.png rename to doc/gramps-manual/C/figures/ep-altname.png diff --git a/doc/gramps-manual/C/gramps-manual/ep-attributes.png b/doc/gramps-manual/C/figures/ep-attributes.png similarity index 100% rename from doc/gramps-manual/C/gramps-manual/ep-attributes.png rename to doc/gramps-manual/C/figures/ep-attributes.png diff --git a/doc/gramps-manual/C/gramps-manual/ep-event.png b/doc/gramps-manual/C/figures/ep-event.png similarity index 100% rename from doc/gramps-manual/C/gramps-manual/ep-event.png rename to doc/gramps-manual/C/figures/ep-event.png diff --git a/doc/gramps-manual/C/gramps-manual/ep-gallery.png b/doc/gramps-manual/C/figures/ep-gallery.png similarity index 100% rename from doc/gramps-manual/C/gramps-manual/ep-gallery.png rename to doc/gramps-manual/C/figures/ep-gallery.png diff --git a/doc/gramps-manual/C/gramps-manual/ep-general.png b/doc/gramps-manual/C/figures/ep-general.png similarity index 100% rename from doc/gramps-manual/C/gramps-manual/ep-general.png rename to doc/gramps-manual/C/figures/ep-general.png diff --git a/doc/gramps-manual/C/gramps-manual/ep-internet.png b/doc/gramps-manual/C/figures/ep-internet.png similarity index 100% rename from doc/gramps-manual/C/gramps-manual/ep-internet.png rename to doc/gramps-manual/C/figures/ep-internet.png diff --git a/doc/gramps-manual/C/gramps-manual/ep-lds.png b/doc/gramps-manual/C/figures/ep-lds.png similarity index 100% rename from doc/gramps-manual/C/gramps-manual/ep-lds.png rename to doc/gramps-manual/C/figures/ep-lds.png diff --git a/doc/gramps-manual/C/gramps-manual/ep-notes.png b/doc/gramps-manual/C/figures/ep-notes.png similarity index 100% rename from doc/gramps-manual/C/gramps-manual/ep-notes.png rename to doc/gramps-manual/C/figures/ep-notes.png diff --git a/doc/gramps-manual/C/figures/familyview.png b/doc/gramps-manual/C/figures/familyview.png new file mode 100644 index 000000000..fc10f5cbb Binary files /dev/null and b/doc/gramps-manual/C/figures/familyview.png differ diff --git a/doc/gramps-manual/C/gramps-manual/filter.png b/doc/gramps-manual/C/figures/filter.png similarity index 100% rename from doc/gramps-manual/C/gramps-manual/filter.png rename to doc/gramps-manual/C/figures/filter.png diff --git a/doc/gramps-manual/C/gramps-manual/globalmedia.png b/doc/gramps-manual/C/figures/globalmedia.png similarity index 54% rename from doc/gramps-manual/C/gramps-manual/globalmedia.png rename to doc/gramps-manual/C/figures/globalmedia.png index a66b8d3ac..e4304f10e 100644 Binary files a/doc/gramps-manual/C/gramps-manual/globalmedia.png and b/doc/gramps-manual/C/figures/globalmedia.png differ diff --git a/doc/gramps-manual/C/figures/gotobookmark.png b/doc/gramps-manual/C/figures/gotobookmark.png new file mode 100644 index 000000000..f6c724d93 Binary files /dev/null and b/doc/gramps-manual/C/figures/gotobookmark.png differ diff --git a/doc/gramps-manual/C/gramps-manual/localmedia.png b/doc/gramps-manual/C/figures/localmedia.png similarity index 63% rename from doc/gramps-manual/C/gramps-manual/localmedia.png rename to doc/gramps-manual/C/figures/localmedia.png index 51969e012..b7a6f54cd 100644 Binary files a/doc/gramps-manual/C/gramps-manual/localmedia.png and b/doc/gramps-manual/C/figures/localmedia.png differ diff --git a/doc/gramps-manual/C/gramps-manual/mainwin.png b/doc/gramps-manual/C/figures/mainwin.png similarity index 53% rename from doc/gramps-manual/C/gramps-manual/mainwin.png rename to doc/gramps-manual/C/figures/mainwin.png index 36fab7a46..5c48402f2 100644 Binary files a/doc/gramps-manual/C/gramps-manual/mainwin.png and b/doc/gramps-manual/C/figures/mainwin.png differ diff --git a/doc/gramps-manual/C/figures/mediaview.png b/doc/gramps-manual/C/figures/mediaview.png new file mode 100644 index 000000000..3080d73fb Binary files /dev/null and b/doc/gramps-manual/C/figures/mediaview.png differ diff --git a/doc/gramps-manual/C/figures/opendb.png b/doc/gramps-manual/C/figures/opendb.png new file mode 100644 index 000000000..839c61815 Binary files /dev/null and b/doc/gramps-manual/C/figures/opendb.png differ diff --git a/doc/gramps-manual/C/figures/pedegreesel.png b/doc/gramps-manual/C/figures/pedegreesel.png new file mode 100644 index 000000000..bb675e0bd Binary files /dev/null and b/doc/gramps-manual/C/figures/pedegreesel.png differ diff --git a/doc/gramps-manual/C/figures/pedegreeview.png b/doc/gramps-manual/C/figures/pedegreeview.png new file mode 100644 index 000000000..f29b00efb Binary files /dev/null and b/doc/gramps-manual/C/figures/pedegreeview.png differ diff --git a/doc/gramps-manual/C/figures/peoplelist.png b/doc/gramps-manual/C/figures/peoplelist.png new file mode 100644 index 000000000..df634a556 Binary files /dev/null and b/doc/gramps-manual/C/figures/peoplelist.png differ diff --git a/doc/gramps-manual/C/figures/placelist.png b/doc/gramps-manual/C/figures/placelist.png new file mode 100644 index 000000000..7569313af Binary files /dev/null and b/doc/gramps-manual/C/figures/placelist.png differ diff --git a/doc/gramps-manual/C/gramps-manual/prefs-bars.png b/doc/gramps-manual/C/figures/prefs-bars.png similarity index 100% rename from doc/gramps-manual/C/gramps-manual/prefs-bars.png rename to doc/gramps-manual/C/figures/prefs-bars.png diff --git a/doc/gramps-manual/C/gramps-manual/prefs-colors.png b/doc/gramps-manual/C/figures/prefs-colors.png similarity index 100% rename from doc/gramps-manual/C/gramps-manual/prefs-colors.png rename to doc/gramps-manual/C/figures/prefs-colors.png diff --git a/doc/gramps-manual/C/gramps-manual/prefs-dates.png b/doc/gramps-manual/C/figures/prefs-dates.png similarity index 100% rename from doc/gramps-manual/C/gramps-manual/prefs-dates.png rename to doc/gramps-manual/C/figures/prefs-dates.png diff --git a/doc/gramps-manual/C/gramps-manual/prefs-disp.png b/doc/gramps-manual/C/figures/prefs-disp.png similarity index 100% rename from doc/gramps-manual/C/gramps-manual/prefs-disp.png rename to doc/gramps-manual/C/figures/prefs-disp.png diff --git a/doc/gramps-manual/C/gramps-manual/prefs-find.png b/doc/gramps-manual/C/figures/prefs-find.png similarity index 100% rename from doc/gramps-manual/C/gramps-manual/prefs-find.png rename to doc/gramps-manual/C/figures/prefs-find.png diff --git a/doc/gramps-manual/C/gramps-manual/prefs-gen.png b/doc/gramps-manual/C/figures/prefs-gen.png similarity index 100% rename from doc/gramps-manual/C/gramps-manual/prefs-gen.png rename to doc/gramps-manual/C/figures/prefs-gen.png diff --git a/doc/gramps-manual/C/gramps-manual/prefs-guess.png b/doc/gramps-manual/C/figures/prefs-guess.png similarity index 100% rename from doc/gramps-manual/C/gramps-manual/prefs-guess.png rename to doc/gramps-manual/C/figures/prefs-guess.png diff --git a/doc/gramps-manual/C/gramps-manual/prefs-ids.png b/doc/gramps-manual/C/figures/prefs-ids.png similarity index 100% rename from doc/gramps-manual/C/gramps-manual/prefs-ids.png rename to doc/gramps-manual/C/figures/prefs-ids.png diff --git a/doc/gramps-manual/C/gramps-manual/prefs-main.png b/doc/gramps-manual/C/figures/prefs-main.png similarity index 100% rename from doc/gramps-manual/C/gramps-manual/prefs-main.png rename to doc/gramps-manual/C/figures/prefs-main.png diff --git a/doc/gramps-manual/C/gramps-manual/prefs-media.png b/doc/gramps-manual/C/figures/prefs-media.png similarity index 100% rename from doc/gramps-manual/C/gramps-manual/prefs-media.png rename to doc/gramps-manual/C/figures/prefs-media.png diff --git a/doc/gramps-manual/C/gramps-manual/prefs-report.png b/doc/gramps-manual/C/figures/prefs-report.png similarity index 100% rename from doc/gramps-manual/C/gramps-manual/prefs-report.png rename to doc/gramps-manual/C/figures/prefs-report.png diff --git a/doc/gramps-manual/C/gramps-manual/prefs-research.png b/doc/gramps-manual/C/figures/prefs-research.png similarity index 100% rename from doc/gramps-manual/C/gramps-manual/prefs-research.png rename to doc/gramps-manual/C/figures/prefs-research.png diff --git a/doc/gramps-manual/C/gramps-manual/prefs-revision.png b/doc/gramps-manual/C/figures/prefs-revision.png similarity index 100% rename from doc/gramps-manual/C/gramps-manual/prefs-revision.png rename to doc/gramps-manual/C/figures/prefs-revision.png diff --git a/doc/gramps-manual/C/gramps-manual/reportsel.png b/doc/gramps-manual/C/figures/reportsel.png similarity index 62% rename from doc/gramps-manual/C/gramps-manual/reportsel.png rename to doc/gramps-manual/C/figures/reportsel.png index 53b8aabb9..eb016fd6e 100644 Binary files a/doc/gramps-manual/C/gramps-manual/reportsel.png and b/doc/gramps-manual/C/figures/reportsel.png differ diff --git a/doc/gramps-manual/C/figures/revcontrol.png b/doc/gramps-manual/C/figures/revcontrol.png new file mode 100644 index 000000000..a6046ad22 Binary files /dev/null and b/doc/gramps-manual/C/figures/revcontrol.png differ diff --git a/doc/gramps-manual/C/figures/savecomment.png b/doc/gramps-manual/C/figures/savecomment.png new file mode 100644 index 000000000..f16abbf4d Binary files /dev/null and b/doc/gramps-manual/C/figures/savecomment.png differ diff --git a/doc/gramps-manual/C/figures/sourcelist.png b/doc/gramps-manual/C/figures/sourcelist.png new file mode 100644 index 000000000..1d4c0e364 Binary files /dev/null and b/doc/gramps-manual/C/figures/sourcelist.png differ diff --git a/doc/gramps-manual/C/gramps-manual/sourcerefsel.png b/doc/gramps-manual/C/figures/sourcerefsel.png similarity index 56% rename from doc/gramps-manual/C/gramps-manual/sourcerefsel.png rename to doc/gramps-manual/C/figures/sourcerefsel.png index 57d772437..68a782ddc 100644 Binary files a/doc/gramps-manual/C/gramps-manual/sourcerefsel.png and b/doc/gramps-manual/C/figures/sourcerefsel.png differ diff --git a/doc/gramps-manual/C/gramps-manual/toolsel.png b/doc/gramps-manual/C/figures/toolsel.png similarity index 54% rename from doc/gramps-manual/C/gramps-manual/toolsel.png rename to doc/gramps-manual/C/figures/toolsel.png index 68bc43741..c4142f161 100644 Binary files a/doc/gramps-manual/C/gramps-manual/toolsel.png and b/doc/gramps-manual/C/figures/toolsel.png differ diff --git a/doc/gramps-manual/C/gramps-manual-C.omf b/doc/gramps-manual/C/gramps-manual-C.omf new file mode 100644 index 000000000..057a9f63d --- /dev/null +++ b/doc/gramps-manual/C/gramps-manual-C.omf @@ -0,0 +1,14 @@ + + + + + GRAMPS User Manual + + + GNOME|Applications + + + + + + diff --git a/doc/gramps-manual/C/gramps-manual.sgml b/doc/gramps-manual/C/gramps-manual.sgml index f70a6dd79..61993dd57 100644 --- a/doc/gramps-manual/C/gramps-manual.sgml +++ b/doc/gramps-manual/C/gramps-manual.sgml @@ -1,5 +1,5 @@ + ]> @@ -149,7 +149,7 @@ Getting Started screen, page 1 Getting Started screen, page 1 - + @@ -180,7 +180,7 @@ GRAMPS Main Window GRAMPS Main Window - + @@ -255,7 +255,7 @@ People View People View - + @@ -318,7 +318,7 @@ Filter that requires an argument Filter that requires an argument - + @@ -359,7 +359,7 @@ General Information Tab General Information Tab - + @@ -379,7 +379,7 @@ Alternate Names Tab Alternate Names Tab - + @@ -418,7 +418,7 @@ Events Tab Events Tab - + @@ -457,7 +457,7 @@ Attributes Tab Attributes Tab - + @@ -498,7 +498,7 @@ Addresses Tab Addresses Tab - + @@ -531,7 +531,7 @@ Notes Tab Notes Tab - + @@ -553,7 +553,7 @@ Gallery Tab Gallery Tab - + @@ -581,7 +581,7 @@ Local Media Properties Local Media Properties - + @@ -680,7 +680,7 @@ Internet Tab Internet Tab - + @@ -721,7 +721,7 @@ LDS Tab LDS Tab - + @@ -744,7 +744,7 @@ Family View Family View - + @@ -886,7 +886,7 @@ Pedigree View Pedigree View - + @@ -918,7 +918,7 @@ Navigation Navigation - + @@ -950,7 +950,7 @@ Source list Source View - + @@ -978,7 +978,7 @@ Place View Place View - + @@ -1007,7 +1007,7 @@ Media View Media View - + @@ -1053,7 +1053,7 @@ Add Media Object Dialog Box Add Media Object Dialog Box - + @@ -1112,7 +1112,7 @@ Edit a Media Object's Global Properties Edit a Media Object's Global Properties - + @@ -1155,7 +1155,7 @@ Using Bookmarks Using Bookmarks - + @@ -1192,7 +1192,7 @@ Editing Bookmarks Editing Bookmarks - + @@ -1222,7 +1222,7 @@ Providing a revision control comment Providing a revision control comment - + @@ -1237,7 +1237,7 @@ Opening a database Opening a database - + @@ -1252,7 +1252,7 @@ Choosing a revision Choosing a revision - + @@ -1292,7 +1292,7 @@ Preferences Dialog Preferences Dialog - + @@ -1309,7 +1309,7 @@ General Database options General Database Options - + @@ -1369,7 +1369,7 @@ Dates and Calendars Dates and Calendars - + @@ -1427,7 +1427,7 @@ Media Options Media Options - + @@ -1438,7 +1438,7 @@ GRAMPS ID Options GRAMPS ID Options - + @@ -1449,7 +1449,7 @@ Revision Control Options Revision Control Options - + @@ -1460,7 +1460,7 @@ General Display Options General Display Options - + @@ -1471,7 +1471,7 @@ Tool and Status Bar Options Tools and Status Bar Options - + @@ -1482,7 +1482,7 @@ List Color Options List Color Options - + @@ -1493,7 +1493,7 @@ Find Options Find Options - + @@ -1504,7 +1504,7 @@ Report Options Report Options - + @@ -1524,7 +1524,7 @@ Researcher Information Researcher Information - + @@ -1541,7 +1541,7 @@ Data Guessing Options Data Guessing Options - + @@ -1564,7 +1564,7 @@ Report Generation Dialog Report Generation Dialog - + @@ -1693,7 +1693,7 @@ appear in every GRAMPS generated file. Tool Selection Dialog Tool Selection Dialog - + diff --git a/doc/gramps-manual/C/gramps-manual/druidpg1.png b/doc/gramps-manual/C/gramps-manual/druidpg1.png deleted file mode 100644 index 52ec56521..000000000 Binary files a/doc/gramps-manual/C/gramps-manual/druidpg1.png and /dev/null differ diff --git a/doc/gramps-manual/C/gramps-manual/familyview.png b/doc/gramps-manual/C/gramps-manual/familyview.png deleted file mode 100644 index ac23b5e05..000000000 Binary files a/doc/gramps-manual/C/gramps-manual/familyview.png and /dev/null differ diff --git a/doc/gramps-manual/C/gramps-manual/gotobookmark.png b/doc/gramps-manual/C/gramps-manual/gotobookmark.png deleted file mode 100644 index 16d78e6df..000000000 Binary files a/doc/gramps-manual/C/gramps-manual/gotobookmark.png and /dev/null differ diff --git a/doc/gramps-manual/C/gramps-manual/mediaview.png b/doc/gramps-manual/C/gramps-manual/mediaview.png deleted file mode 100644 index c1dca9dc7..000000000 Binary files a/doc/gramps-manual/C/gramps-manual/mediaview.png and /dev/null differ diff --git a/doc/gramps-manual/C/gramps-manual/opendb.png b/doc/gramps-manual/C/gramps-manual/opendb.png deleted file mode 100644 index 0b5810936..000000000 Binary files a/doc/gramps-manual/C/gramps-manual/opendb.png and /dev/null differ diff --git a/doc/gramps-manual/C/gramps-manual/pedegreesel.png b/doc/gramps-manual/C/gramps-manual/pedegreesel.png deleted file mode 100644 index cebd70a3f..000000000 Binary files a/doc/gramps-manual/C/gramps-manual/pedegreesel.png and /dev/null differ diff --git a/doc/gramps-manual/C/gramps-manual/pedegreeview.png b/doc/gramps-manual/C/gramps-manual/pedegreeview.png deleted file mode 100644 index 5b90c93be..000000000 Binary files a/doc/gramps-manual/C/gramps-manual/pedegreeview.png and /dev/null differ diff --git a/doc/gramps-manual/C/gramps-manual/peoplelist.png b/doc/gramps-manual/C/gramps-manual/peoplelist.png deleted file mode 100644 index afa6245be..000000000 Binary files a/doc/gramps-manual/C/gramps-manual/peoplelist.png and /dev/null differ diff --git a/doc/gramps-manual/C/gramps-manual/placelist.png b/doc/gramps-manual/C/gramps-manual/placelist.png deleted file mode 100644 index 4f12c377f..000000000 Binary files a/doc/gramps-manual/C/gramps-manual/placelist.png and /dev/null differ diff --git a/doc/gramps-manual/C/gramps-manual/revcontrol.png b/doc/gramps-manual/C/gramps-manual/revcontrol.png deleted file mode 100644 index e3fffec5c..000000000 Binary files a/doc/gramps-manual/C/gramps-manual/revcontrol.png and /dev/null differ diff --git a/doc/gramps-manual/C/gramps-manual/savecomment.png b/doc/gramps-manual/C/gramps-manual/savecomment.png deleted file mode 100644 index 8cd23967e..000000000 Binary files a/doc/gramps-manual/C/gramps-manual/savecomment.png and /dev/null differ diff --git a/doc/gramps-manual/C/gramps-manual/sourcelist.png b/doc/gramps-manual/C/gramps-manual/sourcelist.png deleted file mode 100644 index 8c83b10eb..000000000 Binary files a/doc/gramps-manual/C/gramps-manual/sourcelist.png and /dev/null differ