Removing obsolete docs
svn: r1405
This commit is contained in:
parent
35ded7ba00
commit
cf5cb89787
@ -14,39 +14,67 @@
|
|||||||
|
|
||||||
@SET_MAKE@
|
@SET_MAKE@
|
||||||
|
|
||||||
# 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
|
# No modifications of this Makefile should be necessary.
|
||||||
# $prefix/share/gnome/help/ to be the same as the SGML filename
|
#
|
||||||
# of the document. This is required by GNOME. eg:
|
# To use this template:
|
||||||
# $prefix/share/gnome/help/fish_applet/C/fish_applet.sgml
|
# 1) Define: figdir, docname, lang, omffile, and entities in
|
||||||
# ^^^^^^^^^^^ ^^^^^^^^^^^
|
# your Makefile.am file for each document directory,
|
||||||
# Definitions:
|
# although figdir, omffile, and entities may be empty
|
||||||
# figs A list of screenshots which will be included in EXTRA_DIST
|
# 2) Make sure the Makefile in (1) also includes
|
||||||
# Note that these should reside in figures/ and should be .png
|
# "include $(top_srcdir)/doc/xmldocs.make" and
|
||||||
# files, or you will have to make modifications below.
|
# "dist-hook: app-dist-hook".
|
||||||
# docname This is the name of the SGML file: <docname>.sgml
|
# 3) Optionally define 'entities' to hold xml entities which
|
||||||
# lang This is the document locale
|
# you would also like installed
|
||||||
# omffile This is the name of the OMF file. Convention is to name
|
# 4) Figures must go under $(figdir)/ and be in PNG format
|
||||||
# it <docname>-<locale>.omf.
|
# 5) You should only have one document per directory
|
||||||
# sgml_ents This is a list of SGML entities which must be installed
|
# 6) Note that the figure directory, $(figdir)/, should not have its
|
||||||
# with the main SGML file and included in EXTRA_DIST.
|
# own Makefile since this Makefile installs those figures.
|
||||||
# eg:
|
#
|
||||||
# figs = \
|
# example Makefile.am:
|
||||||
# figures/fig1.png \
|
# figdir = figures
|
||||||
# figures/fig2.png
|
|
||||||
# docname = scrollkeeper-manual
|
# docname = scrollkeeper-manual
|
||||||
# lang = C
|
# lang = C
|
||||||
# omffile=scrollkeeper-manual-C.omf
|
# omffile=scrollkeeper-manual-C.omf
|
||||||
# sgml_ents = fdl.sgml
|
# entities = fdl.xml
|
||||||
# include $(top_srcdir)/help/sgmldocs.make
|
# include $(top_srcdir)/help/xmldocs.make
|
||||||
# dist-hook: app-dist-hook
|
# dist-hook: app-dist-hook
|
||||||
#
|
#
|
||||||
|
# About this file:
|
||||||
|
# This file was taken from scrollkeeper_example2, a package illustrating
|
||||||
|
# how to install documentation and OMF files for use with ScrollKeeper
|
||||||
|
# 0.3.x and 0.4.x. For more information, see:
|
||||||
|
# http://scrollkeeper.sourceforge.net/
|
||||||
|
# Version: 0.1.2 (last updated: March 20, 2002)
|
||||||
|
#
|
||||||
|
|
||||||
|
#
|
||||||
|
# No modifications of this Makefile should be necessary.
|
||||||
|
#
|
||||||
|
# This file contains the build instructions for installing OMF files. It is
|
||||||
|
# generally called from the makefiles for particular formats of documentation.
|
||||||
|
#
|
||||||
|
# Note that you must configure your package with --localstatedir=/var/lib
|
||||||
|
# so that the scrollkeeper-update command below will update the database
|
||||||
|
# in the standard scrollkeeper directory.
|
||||||
|
#
|
||||||
|
# If it is impossible to configure with --localstatedir=/var/lib, then
|
||||||
|
# modify the definition of scrollkeeper_localstate_dir so that
|
||||||
|
# it points to the correct location. Note that you must still use
|
||||||
|
# $(localstatedir) in this or when people build RPMs it will update
|
||||||
|
# the real database on their system instead of the one under RPM_BUILD_ROOT.
|
||||||
|
#
|
||||||
|
# Note: This make file is not incorporated into xmldocs.make because, in
|
||||||
|
# general, there will be other documents install besides XML documents
|
||||||
|
# and the makefiles for these formats should also include this file.
|
||||||
|
#
|
||||||
|
# About this file:
|
||||||
|
# This file was taken from scrollkeeper_example2, a package illustrating
|
||||||
|
# how to install documentation and OMF files for use with ScrollKeeper
|
||||||
|
# 0.3.x and 0.4.x. For more information, see:
|
||||||
|
# http://scrollkeeper.sourceforge.net/
|
||||||
|
# Version: 0.1.2 (last updated: March 20, 2002)
|
||||||
|
#
|
||||||
SHELL = @SHELL@
|
SHELL = @SHELL@
|
||||||
|
|
||||||
srcdir = @srcdir@
|
srcdir = @srcdir@
|
||||||
@ -102,16 +130,13 @@ AWK = @AWK@
|
|||||||
BINSH = @BINSH@
|
BINSH = @BINSH@
|
||||||
CC = @CC@
|
CC = @CC@
|
||||||
DEPDIR = @DEPDIR@
|
DEPDIR = @DEPDIR@
|
||||||
DISABLE_SCROLLKEEPER = @DISABLE_SCROLLKEEPER@
|
|
||||||
GNOMEHELP = @GNOMEHELP@
|
GNOMEHELP = @GNOMEHELP@
|
||||||
GNOMEINC = @GNOMEINC@
|
GNOMEINC = @GNOMEINC@
|
||||||
GNOMELIB = @GNOMELIB@
|
GNOMELIB = @GNOMELIB@
|
||||||
GPREF = @GPREF@
|
GPREF = @GPREF@
|
||||||
HAVE_JW = @HAVE_JW@
|
|
||||||
HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@
|
HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@
|
||||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||||
INTLLIBS = @INTLLIBS@
|
INTLLIBS = @INTLLIBS@
|
||||||
JW = @JW@
|
|
||||||
LANGUAGES = @LANGUAGES@
|
LANGUAGES = @LANGUAGES@
|
||||||
LIBS = @LIBS@
|
LIBS = @LIBS@
|
||||||
MOFILES = @MOFILES@
|
MOFILES = @MOFILES@
|
||||||
@ -129,7 +154,8 @@ PYTHON_PLATFORM = @PYTHON_PLATFORM@
|
|||||||
PYTHON_PREFIX = @PYTHON_PREFIX@
|
PYTHON_PREFIX = @PYTHON_PREFIX@
|
||||||
PYTHON_VERSION = @PYTHON_VERSION@
|
PYTHON_VERSION = @PYTHON_VERSION@
|
||||||
RELEASE = @RELEASE@
|
RELEASE = @RELEASE@
|
||||||
SCROLLKEEPER_REQUIRED = @SCROLLKEEPER_REQUIRED@
|
SCROLLKEEPER_BUILD_REQUIRED = @SCROLLKEEPER_BUILD_REQUIRED@
|
||||||
|
SK_CONFIG = @SK_CONFIG@
|
||||||
STRIP = @STRIP@
|
STRIP = @STRIP@
|
||||||
SWIG = @SWIG@
|
SWIG = @SWIG@
|
||||||
VERSION = @VERSION@
|
VERSION = @VERSION@
|
||||||
@ -142,106 +168,40 @@ pkgpyexecdir = @pkgpyexecdir@
|
|||||||
pkgpythondir = @pkgpythondir@
|
pkgpythondir = @pkgpythondir@
|
||||||
pyexecdir = @pyexecdir@
|
pyexecdir = @pyexecdir@
|
||||||
pythondir = @pythondir@
|
pythondir = @pythondir@
|
||||||
SGML_FILES = gramps-manual.sgml
|
figdir = figures
|
||||||
|
|
||||||
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
|
docname = gramps-manual
|
||||||
lang = C
|
lang = C
|
||||||
omffile = gramps-manual-C.omf
|
omffile = gramps-manual-C.omf
|
||||||
sgml_ents =
|
entities = legal.xml
|
||||||
|
|
||||||
docdir = $(datadir)/gnome/help/$(docname)/$(lang)
|
# ************* Begin of section some packagers may need to modify **************
|
||||||
|
# This variable (docdir) specifies where the documents should be installed.
|
||||||
doc_DATA = index.html
|
# This default value should work for most packages.
|
||||||
|
docdir = $(datadir)/@PACKAGE@/doc/$(docname)/$(lang)
|
||||||
sgml_files = $(sgml_ents) $(docname).sgml
|
|
||||||
|
|
||||||
|
# ************** You should not have to edit below this line *******************
|
||||||
|
xml_files = $(entities) $(docname).xml
|
||||||
omf_dir = $(top_srcdir)/omf-install
|
omf_dir = $(top_srcdir)/omf-install
|
||||||
|
|
||||||
EXTRA_DIST = $(sgml_files) $(doc_DATA) $(omffile) $(figs)
|
EXTRA_DIST = $(xml_files) $(omffile)
|
||||||
|
|
||||||
CLEANFILES = omf_timestamp
|
CLEANFILES = omf_timestamp
|
||||||
|
|
||||||
# when doing a distclean, we also want to clear out html files:
|
omf_dest_dir = $(datadir)/omf/@PACKAGE@
|
||||||
CONFIG_CLEAN_FILES = index.html $(docname)/*.html $(docname)/stylesheet-images/*.gif
|
scrollkeeper_localstate_dir = $(localstatedir)/scrollkeeper
|
||||||
subdir = doc/gramps-manual/C
|
subdir = doc/gramps-manual/C
|
||||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||||
|
CONFIG_CLEAN_FILES =
|
||||||
DIST_SOURCES =
|
DIST_SOURCES =
|
||||||
DATA = $(doc_DATA)
|
|
||||||
|
|
||||||
DIST_COMMON = Makefile.am Makefile.in
|
DIST_COMMON = Makefile.am Makefile.in
|
||||||
all: all-am
|
all: all-am
|
||||||
|
|
||||||
.SUFFIXES:
|
.SUFFIXES:
|
||||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/doc/sgmldocs.make $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/doc/xmldocs.make $(top_srcdir)/doc/omf.make $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
||||||
cd $(top_srcdir) && \
|
cd $(top_srcdir) && \
|
||||||
$(AUTOMAKE) --gnu doc/gramps-manual/C/Makefile
|
$(AUTOMAKE) --gnu doc/gramps-manual/C/Makefile
|
||||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
|
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
|
||||||
uninstall-info-am:
|
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: TAGS
|
||||||
TAGS:
|
TAGS:
|
||||||
|
|
||||||
@ -251,7 +211,6 @@ top_distdir = ../../..
|
|||||||
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
|
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
|
||||||
|
|
||||||
distdir: $(DISTFILES)
|
distdir: $(DISTFILES)
|
||||||
$(mkinstalldirs) $(distdir)/figures
|
|
||||||
@list='$(DISTFILES)'; for file in $$list; do \
|
@list='$(DISTFILES)'; for file in $$list; do \
|
||||||
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
||||||
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
|
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
|
||||||
@ -277,10 +236,9 @@ distdir: $(DISTFILES)
|
|||||||
dist-hook
|
dist-hook
|
||||||
check-am: all-am
|
check-am: all-am
|
||||||
check: check-am
|
check: check-am
|
||||||
all-am: Makefile $(DATA)
|
all-am: Makefile
|
||||||
|
|
||||||
installdirs:
|
installdirs:
|
||||||
$(mkinstalldirs) $(DESTDIR)$(docdir)
|
|
||||||
|
|
||||||
install: install-am
|
install: install-am
|
||||||
install-exec: install-exec-am
|
install-exec: install-exec-am
|
||||||
@ -323,7 +281,9 @@ info: info-am
|
|||||||
|
|
||||||
info-am:
|
info-am:
|
||||||
|
|
||||||
install-data-am: install-docDATA
|
install-data-am: install-data-local
|
||||||
|
@$(NORMAL_INSTALL)
|
||||||
|
$(MAKE) $(AM_MAKEFLAGS) install-data-hook
|
||||||
|
|
||||||
install-exec-am:
|
install-exec-am:
|
||||||
|
|
||||||
@ -341,122 +301,85 @@ mostlyclean: mostlyclean-am
|
|||||||
|
|
||||||
mostlyclean-am: mostlyclean-generic
|
mostlyclean-am: mostlyclean-generic
|
||||||
|
|
||||||
uninstall-am: uninstall-docDATA uninstall-info-am uninstall-local
|
uninstall-am: uninstall-info-am uninstall-local
|
||||||
|
|
||||||
.PHONY: all all-am check check-am clean clean-generic distclean \
|
.PHONY: all all-am check check-am clean clean-generic distclean \
|
||||||
distclean-generic distdir dvi dvi-am info info-am install \
|
distclean-generic distdir dvi dvi-am info info-am install \
|
||||||
install-am install-data install-data-am install-docDATA \
|
install-am install-data install-data-am install-data-local \
|
||||||
install-exec install-exec-am install-info install-info-am \
|
install-exec install-exec-am install-info install-info-am \
|
||||||
install-man install-strip installcheck installcheck-am \
|
install-man install-strip installcheck installcheck-am \
|
||||||
installdirs maintainer-clean maintainer-clean-generic \
|
installdirs maintainer-clean maintainer-clean-generic \
|
||||||
mostlyclean mostlyclean-generic uninstall uninstall-am \
|
mostlyclean mostlyclean-generic uninstall uninstall-am \
|
||||||
uninstall-docDATA uninstall-info-am uninstall-local
|
uninstall-info-am uninstall-local
|
||||||
|
|
||||||
|
|
||||||
all: index.html omf
|
|
||||||
|
|
||||||
omf: omf_timestamp
|
omf: omf_timestamp
|
||||||
|
|
||||||
omf_timestamp: $(omffile)
|
omf_timestamp: $(omffile)
|
||||||
-for file in $(omffile); do \
|
-for file in $(omffile); do \
|
||||||
scrollkeeper-preinstall $(docdir)/$(docname).sgml $$file $(omf_dir)/$$file; \
|
scrollkeeper-preinstall $(docdir)/$(docname).xml $(srcdir)/$$file $(srcdir)/$$file.out; \
|
||||||
done
|
done
|
||||||
touch omf_timestamp
|
touch omf_timestamp
|
||||||
|
|
||||||
index.html: $(docname)/index.html
|
install-data-hook-omf:
|
||||||
-cp $(docname)/index.html .
|
$(mkinstalldirs) $(DESTDIR)$(omf_dest_dir)
|
||||||
|
for file in $(omffile); do \
|
||||||
|
$(INSTALL_DATA) $(srcdir)/$$file.out $(DESTDIR)$(omf_dest_dir)/$$file; \
|
||||||
|
done
|
||||||
|
-scrollkeeper-update -p $(scrollkeeper_localstate_dir) -o $(DESTDIR)$(omf_dest_dir)
|
||||||
|
|
||||||
# The weird srcdir trick is because the db2html from the Cygnus RPMs
|
uninstall-local-omf:
|
||||||
# cannot handle relative filenames.
|
-for file in $(srcdir)/*.omf; do \
|
||||||
# The t1 test is for certain versions of jw that create cryptic
|
basefile=`basename $$file`; \
|
||||||
# html pages, o fwhich the index is called "t1". Also, the jw
|
rm -f $(omf_dest_dir)/$$basefile; \
|
||||||
# script from docbook-utils 0.6.9 does not copy the template
|
done
|
||||||
# stylesheet-images directory like the db2html script does, so
|
-rmdir $(omf_dest_dir)
|
||||||
# we give it a little help (at least for now)
|
-scrollkeeper-update -p $(scrollkeeper_localstate_dir)
|
||||||
|
|
||||||
$(docname)/index.html: $(docname).sgml
|
all: omf
|
||||||
-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)
|
$(docname).xml: $(entities)
|
||||||
-ourdir=`cd . && pwd`; \
|
-ourdir=`pwd`; \
|
||||||
cd $(srcdir); \
|
cd $(srcdir); \
|
||||||
cp $(sgml_ents) $$ourdir
|
cp $(entities) $$ourdir
|
||||||
|
|
||||||
app-dist-hook: index.html
|
app-dist-hook:
|
||||||
-$(mkinstalldirs) $(distdir)/$(docname)/stylesheet-images
|
if test "$(figdir)"; then \
|
||||||
-$(mkinstalldirs) $(distdir)/figures
|
$(mkinstalldirs) $(distdir)/$(figdir); \
|
||||||
-cp $(srcdir)/$(docname)/*.html $(distdir)/$(docname)
|
for file in $(srcdir)/$(figdir)/*.png; do \
|
||||||
-for file in $(srcdir)/$(docname)/*.css; do \
|
basefile=`echo $$file | sed -e 's,^.*/,,'`; \
|
||||||
basefile=`echo $$file | sed -e 's,^.*/,,'`; \
|
$(INSTALL_DATA) $$file $(distdir)/$(figdir)/$$basefile; \
|
||||||
cp $$file $(distdir)/$(docname)/$$basefile ; \
|
done \
|
||||||
done
|
fi
|
||||||
-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
|
install-data-local: omf
|
||||||
-$(mkinstalldirs) $(DESTDIR)$(docdir)/stylesheet-images
|
$(mkinstalldirs) $(DESTDIR)$(docdir)
|
||||||
-$(mkinstalldirs) $(DESTDIR)$(docdir)/figures
|
for file in $(xml_files); do \
|
||||||
-cp $(srcdir)/$(sgml_files) $(DESTDIR)$(docdir)
|
cp $(srcdir)/$$file $(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
|
done
|
||||||
-for file in $(srcdir)/figures/*.png; do \
|
if test "$(figdir)"; then \
|
||||||
basefile=`echo $$file | sed -e 's,^.*/,,'`; \
|
$(mkinstalldirs) $(DESTDIR)$(docdir)/$(figdir); \
|
||||||
$(INSTALL_DATA) $$file $(DESTDIR)$(docdir)/figures/$$basefile; \
|
for file in $(srcdir)/$(figdir)/*.png; do \
|
||||||
done
|
basefile=`echo $$file | sed -e 's,^.*/,,'`; \
|
||||||
-for file in $(srcdir)/$(docname)/stylesheet-images/*.gif; do \
|
$(INSTALL_DATA) $$file $(DESTDIR)$(docdir)/$(figdir)/$$basefile; \
|
||||||
basefile=`echo $$file | sed -e 's,^.*/,,'`; \
|
done \
|
||||||
$(INSTALL_DATA) $$file $(DESTDIR)$(docdir)/stylesheet-images/$$basefile; \
|
fi
|
||||||
done
|
|
||||||
-if [ -e $(srcdir)/topic.dat ]; then \
|
|
||||||
$(INSTALL_DATA) $(srcdir)/topic.dat $(DESTDIR)$(docdir); \
|
|
||||||
fi
|
|
||||||
|
|
||||||
$(docname).ps: $(srcdir)/$(docname).sgml
|
install-data-hook: install-data-hook-omf
|
||||||
-srcdir=`cd $(srcdir) && pwd`; \
|
|
||||||
db2ps $$srcdir/$(docname).sgml
|
|
||||||
|
|
||||||
$(docname).rtf: $(srcdir)/$(docname).sgml
|
uninstall-local: uninstall-local-doc uninstall-local-omf
|
||||||
-srcdir=`cd $(srcdir) && pwd`; \
|
|
||||||
db2ps $$srcdir/$(docname).sgml
|
|
||||||
|
|
||||||
uninstall-local:
|
uninstall-local-doc:
|
||||||
-for file in $(srcdir)/$(docname)/stylesheet-images/*.gif; do \
|
-if test "$(figdir)"; then \
|
||||||
basefile=`echo $$file | sed -e 's,^.*/,,'`; \
|
for file in $(srcdir)/$(figdir)/*.png; do \
|
||||||
rm -f $(docdir)/stylesheet-images/$$basefile; \
|
basefile=`echo $$file | sed -e 's,^.*/,,'`; \
|
||||||
done
|
rm -f $(docdir)/$(figdir)/$$basefile; \
|
||||||
-for file in $(srcdir)/figures/*.png; do \
|
done; \
|
||||||
basefile=`echo $$file | sed -e 's,^.*/,,'`; \
|
rmdir $(DESTDIR)$(docdir)/$(figdir); \
|
||||||
rm -f $(docdir)/figures/$$basefile; \
|
fi
|
||||||
done
|
-for file in $(xml_files); do \
|
||||||
-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; \
|
rm -f $(DESTDIR)$(docdir)/$$file; \
|
||||||
done
|
done
|
||||||
-rmdir $(DESTDIR)$(docdir)/stylesheet-images
|
|
||||||
-rmdir $(DESTDIR)$(docdir)/figures
|
|
||||||
-rmdir $(DESTDIR)$(docdir)
|
-rmdir $(DESTDIR)$(docdir)
|
||||||
dist-hook: app-dist-hook
|
dist-hook: app-dist-hook
|
||||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,222 +0,0 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
|
|
||||||
<HTML
|
|
||||||
><HEAD
|
|
||||||
><TITLE
|
|
||||||
>GRAMPS User Manual</TITLE
|
|
||||||
><META
|
|
||||||
NAME="GENERATOR"
|
|
||||||
CONTENT="Modular DocBook HTML Stylesheet Version 1.76b+
|
|
||||||
"><LINK
|
|
||||||
REL="NEXT"
|
|
||||||
TITLE="Running GRAMPS for the first time."
|
|
||||||
HREF="x28.html"></HEAD
|
|
||||||
><BODY
|
|
||||||
CLASS="ARTICLE"
|
|
||||||
BGCOLOR="#FFFFFF"
|
|
||||||
TEXT="#000000"
|
|
||||||
LINK="#0000FF"
|
|
||||||
VLINK="#840084"
|
|
||||||
ALINK="#0000FF"
|
|
||||||
><DIV
|
|
||||||
CLASS="ARTICLE"
|
|
||||||
><DIV
|
|
||||||
CLASS="TITLEPAGE"
|
|
||||||
><H1
|
|
||||||
CLASS="TITLE"
|
|
||||||
><A
|
|
||||||
NAME="AEN2">GRAMPS User Manual</H1
|
|
||||||
><P
|
|
||||||
CLASS="COPYRIGHT"
|
|
||||||
><A
|
|
||||||
HREF="ln7.html"
|
|
||||||
>Copyright</A
|
|
||||||
> © 2001 by Donald N. Allingham</P
|
|
||||||
><HR
|
|
||||||
WIDTH="75%"
|
|
||||||
ALIGN="CENTER"
|
|
||||||
COLOR="#000000"
|
|
||||||
SIZE="1"></DIV
|
|
||||||
><DIV
|
|
||||||
CLASS="TOC"
|
|
||||||
><DL
|
|
||||||
><DT
|
|
||||||
><B
|
|
||||||
>Table of Contents</B
|
|
||||||
></DT
|
|
||||||
><DT
|
|
||||||
><A
|
|
||||||
HREF="t1.html#intro"
|
|
||||||
>Introduction</A
|
|
||||||
></DT
|
|
||||||
><DT
|
|
||||||
><A
|
|
||||||
HREF="x28.html"
|
|
||||||
>Running GRAMPS for the first time.</A
|
|
||||||
></DT
|
|
||||||
><DT
|
|
||||||
><A
|
|
||||||
HREF="x41.html"
|
|
||||||
>Getting Started</A
|
|
||||||
></DT
|
|
||||||
><DT
|
|
||||||
><A
|
|
||||||
HREF="x84.html"
|
|
||||||
>People View</A
|
|
||||||
></DT
|
|
||||||
><DT
|
|
||||||
><A
|
|
||||||
HREF="x129.html"
|
|
||||||
>Editing a person's data</A
|
|
||||||
></DT
|
|
||||||
></DL
|
|
||||||
></DIV
|
|
||||||
>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<DIV
|
|
||||||
CLASS="SECT1"
|
|
||||||
><H1
|
|
||||||
CLASS="SECT1"
|
|
||||||
><A
|
|
||||||
NAME="intro">Introduction</H1
|
|
||||||
>
|
|
||||||
<P
|
|
||||||
> <TT
|
|
||||||
CLASS="APPLICATION"
|
|
||||||
>GRAMPS</TT
|
|
||||||
> is an acronym for the
|
|
||||||
Genealogical Research and Analysis Management Programming System.
|
|
||||||
It was conceived under the concept that most genealogy programs
|
|
||||||
were designed to provide the researcher the capability to input
|
|
||||||
information related to a particular family tree. Most of these
|
|
||||||
programs have allowed for the arranging and storing of information
|
|
||||||
consistent with the GEDCOM standards. They usually provide a
|
|
||||||
means for displaying descendant or ancestral relationships by
|
|
||||||
means of graphical displays, charts, or reports. These may be
|
|
||||||
augmented with pictures or other media to enhance the data. Most
|
|
||||||
provide for inputting data on unconnected individuals/families
|
|
||||||
that may or may not have a relationship to the primary surname
|
|
||||||
being researched. Various other enhancements may also be provided
|
|
||||||
in the genealogical program that allows for different degrees of
|
|
||||||
importing and exporting data from other programs and printing of
|
|
||||||
the data contained in the various reports. GRAMPS, on the other
|
|
||||||
hand, attempts to provide all of the common capabilities of these
|
|
||||||
programs, but, more importantly, to provide a capability not
|
|
||||||
common to these programs. This is the ability to input any bits
|
|
||||||
and pieces of information directly into GRAMPS and
|
|
||||||
rearrange/manipulate any/all data events in the entire data base
|
|
||||||
(in any order or sequence) to assist the user in doing research,
|
|
||||||
analysis and correlation with the potential of filling
|
|
||||||
relationship gaps. In short, a tool that provides a way to input
|
|
||||||
all your research into one place and do your analysis and
|
|
||||||
correlation using the speed, power, and accuracy of your computer
|
|
||||||
instead of pencils and unmanageable reams of paper.
|
|
||||||
</P
|
|
||||||
>
|
|
||||||
<P
|
|
||||||
> To run <TT
|
|
||||||
CLASS="APPLICATION"
|
|
||||||
>GRAMPS</TT
|
|
||||||
>, select
|
|
||||||
-><B
|
|
||||||
CLASS="GUISUBMENU"
|
|
||||||
>Programs</B
|
|
||||||
>+
|
|
||||||
+ -><B
|
|
||||||
CLASS="GUISUBMENU"
|
|
||||||
>Applications</B
|
|
||||||
>+
|
|
||||||
+ -><B
|
|
||||||
CLASS="GUIMENUITEM"
|
|
||||||
>gramps</B
|
|
||||||
>+
|
|
||||||
+ + + + + +
|
|
||||||
from the <B
|
|
||||||
CLASS="GUIMENU"
|
|
||||||
>Main Menu</B
|
|
||||||
>, or type
|
|
||||||
<B
|
|
||||||
CLASS="COMMAND"
|
|
||||||
>gramps</B
|
|
||||||
> on the command line.
|
|
||||||
</P
|
|
||||||
>
|
|
||||||
<P
|
|
||||||
> This document describes version 0.7.3 of
|
|
||||||
<TT
|
|
||||||
CLASS="APPLICATION"
|
|
||||||
>GRAMPS</TT
|
|
||||||
>.
|
|
||||||
</P
|
|
||||||
>
|
|
||||||
</DIV
|
|
||||||
>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</DIV
|
|
||||||
><DIV
|
|
||||||
CLASS="NAVFOOTER"
|
|
||||||
><HR
|
|
||||||
ALIGN="LEFT"
|
|
||||||
WIDTH="100%"><TABLE
|
|
||||||
SUMMARY="Footer navigation table"
|
|
||||||
WIDTH="100%"
|
|
||||||
BORDER="0"
|
|
||||||
CELLPADDING="0"
|
|
||||||
CELLSPACING="0"
|
|
||||||
><TR
|
|
||||||
><TD
|
|
||||||
WIDTH="33%"
|
|
||||||
ALIGN="left"
|
|
||||||
VALIGN="top"
|
|
||||||
> </TD
|
|
||||||
><TD
|
|
||||||
WIDTH="34%"
|
|
||||||
ALIGN="center"
|
|
||||||
VALIGN="top"
|
|
||||||
> </TD
|
|
||||||
><TD
|
|
||||||
WIDTH="33%"
|
|
||||||
ALIGN="right"
|
|
||||||
VALIGN="top"
|
|
||||||
><A
|
|
||||||
HREF="x28.html"
|
|
||||||
ACCESSKEY="N"
|
|
||||||
>Next >>></A
|
|
||||||
></TD
|
|
||||||
></TR
|
|
||||||
><TR
|
|
||||||
><TD
|
|
||||||
WIDTH="33%"
|
|
||||||
ALIGN="left"
|
|
||||||
VALIGN="top"
|
|
||||||
> </TD
|
|
||||||
><TD
|
|
||||||
WIDTH="34%"
|
|
||||||
ALIGN="center"
|
|
||||||
VALIGN="top"
|
|
||||||
> </TD
|
|
||||||
><TD
|
|
||||||
WIDTH="33%"
|
|
||||||
ALIGN="right"
|
|
||||||
VALIGN="top"
|
|
||||||
>Running GRAMPS for the first time.</TD
|
|
||||||
></TR
|
|
||||||
></TABLE
|
|
||||||
></DIV
|
|
||||||
></BODY
|
|
||||||
></HTML
|
|
||||||
>
|
|
Loading…
Reference in New Issue
Block a user