Use the new sgml help files instead of the old html ones.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2815 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas 2000-09-09 10:25:53 +00:00
parent dd72cb0b43
commit f6a5568b70
108 changed files with 937 additions and 561 deletions

View File

@ -73,6 +73,7 @@ GMOFILES = @GMOFILES@
GMSGFMT = @GMSGFMT@ GMSGFMT = @GMSGFMT@
GNC_CONFIGDIR = @GNC_CONFIGDIR@ GNC_CONFIGDIR = @GNC_CONFIGDIR@
GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@ GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@
GNC_HELPDIR = @GNC_HELPDIR@
GNC_LIBDIR = @GNC_LIBDIR@ GNC_LIBDIR = @GNC_LIBDIR@
GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@ GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@
GNC_SHAREDIR = @GNC_SHAREDIR@ GNC_SHAREDIR = @GNC_SHAREDIR@

480
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -117,6 +117,15 @@ AC_ARG_WITH( locale-dir,
AC_SUBST(LOCALE_DIR) AC_SUBST(LOCALE_DIR)
### --------------------------------------------------------------------------
### help files
AC_ARG_WITH( help-prefix,
[ --with-help-prefix=PATH specify where to store the help files],
GNC_HELPDIR="$with_help_prefix/gnome/help/gnucash",
GNC_HELPDIR="\${datadir}/gnome/help/gnucash")
AC_SUBST(GNC_HELPDIR)
### -------------------------------------------------------------------------- ### --------------------------------------------------------------------------
### Check for gettext ### Check for gettext
AM_GNU_GETTEXT AM_GNU_GETTEXT
@ -417,6 +426,7 @@ AC_OUTPUT(
doc/html/fr/image/Makefile doc/html/fr/image/Makefile
doc/sgml/Makefile doc/sgml/Makefile
doc/sgml/C/Makefile doc/sgml/C/Makefile
doc/sgml/C/image/Makefile
intl/Makefile intl/Makefile
lib/Makefile lib/Makefile
po/Makefile.in po/Makefile.in

1
debian/Makefile.in vendored
View File

@ -76,6 +76,7 @@ GMOFILES = @GMOFILES@
GMSGFMT = @GMSGFMT@ GMSGFMT = @GMSGFMT@
GNC_CONFIGDIR = @GNC_CONFIGDIR@ GNC_CONFIGDIR = @GNC_CONFIGDIR@
GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@ GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@
GNC_HELPDIR = @GNC_HELPDIR@
GNC_LIBDIR = @GNC_LIBDIR@ GNC_LIBDIR = @GNC_LIBDIR@
GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@ GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@
GNC_SHAREDIR = @GNC_SHAREDIR@ GNC_SHAREDIR = @GNC_SHAREDIR@

View File

@ -73,6 +73,7 @@ GMOFILES = @GMOFILES@
GMSGFMT = @GMSGFMT@ GMSGFMT = @GMSGFMT@
GNC_CONFIGDIR = @GNC_CONFIGDIR@ GNC_CONFIGDIR = @GNC_CONFIGDIR@
GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@ GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@
GNC_HELPDIR = @GNC_HELPDIR@
GNC_LIBDIR = @GNC_LIBDIR@ GNC_LIBDIR = @GNC_LIBDIR@
GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@ GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@
GNC_SHAREDIR = @GNC_SHAREDIR@ GNC_SHAREDIR = @GNC_SHAREDIR@

View File

@ -73,6 +73,7 @@ GMOFILES = @GMOFILES@
GMSGFMT = @GMSGFMT@ GMSGFMT = @GMSGFMT@
GNC_CONFIGDIR = @GNC_CONFIGDIR@ GNC_CONFIGDIR = @GNC_CONFIGDIR@
GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@ GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@
GNC_HELPDIR = @GNC_HELPDIR@
GNC_LIBDIR = @GNC_LIBDIR@ GNC_LIBDIR = @GNC_LIBDIR@
GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@ GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@
GNC_SHAREDIR = @GNC_SHAREDIR@ GNC_SHAREDIR = @GNC_SHAREDIR@

View File

@ -73,6 +73,7 @@ GMOFILES = @GMOFILES@
GMSGFMT = @GMSGFMT@ GMSGFMT = @GMSGFMT@
GNC_CONFIGDIR = @GNC_CONFIGDIR@ GNC_CONFIGDIR = @GNC_CONFIGDIR@
GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@ GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@
GNC_HELPDIR = @GNC_HELPDIR@
GNC_LIBDIR = @GNC_LIBDIR@ GNC_LIBDIR = @GNC_LIBDIR@
GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@ GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@
GNC_SHAREDIR = @GNC_SHAREDIR@ GNC_SHAREDIR = @GNC_SHAREDIR@

View File

@ -73,6 +73,7 @@ GMOFILES = @GMOFILES@
GMSGFMT = @GMSGFMT@ GMSGFMT = @GMSGFMT@
GNC_CONFIGDIR = @GNC_CONFIGDIR@ GNC_CONFIGDIR = @GNC_CONFIGDIR@
GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@ GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@
GNC_HELPDIR = @GNC_HELPDIR@
GNC_LIBDIR = @GNC_LIBDIR@ GNC_LIBDIR = @GNC_LIBDIR@
GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@ GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@
GNC_SHAREDIR = @GNC_SHAREDIR@ GNC_SHAREDIR = @GNC_SHAREDIR@

View File

@ -73,6 +73,7 @@ GMOFILES = @GMOFILES@
GMSGFMT = @GMSGFMT@ GMSGFMT = @GMSGFMT@
GNC_CONFIGDIR = @GNC_CONFIGDIR@ GNC_CONFIGDIR = @GNC_CONFIGDIR@
GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@ GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@
GNC_HELPDIR = @GNC_HELPDIR@
GNC_LIBDIR = @GNC_LIBDIR@ GNC_LIBDIR = @GNC_LIBDIR@
GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@ GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@
GNC_SHAREDIR = @GNC_SHAREDIR@ GNC_SHAREDIR = @GNC_SHAREDIR@

View File

@ -73,6 +73,7 @@ GMOFILES = @GMOFILES@
GMSGFMT = @GMSGFMT@ GMSGFMT = @GMSGFMT@
GNC_CONFIGDIR = @GNC_CONFIGDIR@ GNC_CONFIGDIR = @GNC_CONFIGDIR@
GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@ GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@
GNC_HELPDIR = @GNC_HELPDIR@
GNC_LIBDIR = @GNC_LIBDIR@ GNC_LIBDIR = @GNC_LIBDIR@
GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@ GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@
GNC_SHAREDIR = @GNC_SHAREDIR@ GNC_SHAREDIR = @GNC_SHAREDIR@

View File

@ -73,6 +73,7 @@ GMOFILES = @GMOFILES@
GMSGFMT = @GMSGFMT@ GMSGFMT = @GMSGFMT@
GNC_CONFIGDIR = @GNC_CONFIGDIR@ GNC_CONFIGDIR = @GNC_CONFIGDIR@
GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@ GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@
GNC_HELPDIR = @GNC_HELPDIR@
GNC_LIBDIR = @GNC_LIBDIR@ GNC_LIBDIR = @GNC_LIBDIR@
GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@ GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@
GNC_SHAREDIR = @GNC_SHAREDIR@ GNC_SHAREDIR = @GNC_SHAREDIR@

View File

@ -1,4 +1,6 @@
gnucash_helpdir = $(datadir)/gnome/help/gnucash/C SUBDIRS = image
gnucash_helpdir = $(GNC_HELPDIR)/C
GNUCASH_SGML_FILES = \ GNUCASH_SGML_FILES = \
bofa-mym.sgml \ bofa-mym.sgml \
@ -25,7 +27,6 @@ GNUCASH_SGML_FILES = \
xacc-pnl.sgml \ xacc-pnl.sgml \
xacc-portfolio-report.sgml \ xacc-portfolio-report.sgml \
xacc-preferences.sgml \ xacc-preferences.sgml \
xacc-preferences2.sgml \
xacc-print-check.sgml \ xacc-print-check.sgml \
xacc-print.sgml \ xacc-print.sgml \
xacc-qif-import.sgml \ xacc-qif-import.sgml \
@ -43,9 +44,8 @@ install-data-local: gnucash/index.html
$(mkinstalldirs) $(DESTDIR)$(gnucash_helpdir) $(mkinstalldirs) $(DESTDIR)$(gnucash_helpdir)
$(mkinstalldirs) $(DESTDIR)$(gnucash_helpdir)/image $(mkinstalldirs) $(DESTDIR)$(gnucash_helpdir)/image
$(mkinstalldirs) $(DESTDIR)$(gnucash_helpdir)/stylesheet-images $(mkinstalldirs) $(DESTDIR)$(gnucash_helpdir)/stylesheet-images
# $(INSTALL_DATA) $(srcdir)/topic.dat \ $(INSTALL_DATA) $(srcdir)/topic.dat \
# $(DESTDIR)$(gnucash_helpdir)/topic.dat $(DESTDIR)$(gnucash_helpdir)/topic.dat
# $(INSTALL_DATA) $(srcdir)/index.html $(DESTDIR)$(gnucash_helpdir)/
-(for file in gnucash/*.html; do \ -(for file in gnucash/*.html; do \
basefile=`basename $$file` \ basefile=`basename $$file` \
$(INSTALL_DATA) $(srcdir)/$$file \ $(INSTALL_DATA) $(srcdir)/$$file \
@ -56,11 +56,6 @@ install-data-local: gnucash/index.html
$(INSTALL_DATA) $(srcdir)/$$file \ $(INSTALL_DATA) $(srcdir)/$$file \
$(DESTDIR)$(gnucash_helpdir)/$$basefile; \ $(DESTDIR)$(gnucash_helpdir)/$$basefile; \
done) done)
# for file in gnucash/image/*.png; do \
# basefile=`basename $$file` \
# $(INSTALL_DATA) $(srcdir)/$$file \
# $(DESTDIR)$(gnucash_helpdir)/figs/$$basefile;\
# done
-(for file in gnucash/stylesheet-images/*.gif; do \ -(for file in gnucash/stylesheet-images/*.gif; do \
basefile=`basename $$file` \ basefile=`basename $$file` \
$(INSTALL_DATA) \ $(INSTALL_DATA) \
@ -70,8 +65,8 @@ install-data-local: gnucash/index.html
EXTRA_DIST = \ EXTRA_DIST = \
$(GNUCASH_SGML_FILES) $(GNUCASH_SGML_FILES) \
# topic.dat topic.dat
manual-html: gnucash/index.html manual-html: gnucash/index.html
manual-dvi: gnucash/gnucash.dvi manual-dvi: gnucash/gnucash.dvi
@ -95,16 +90,16 @@ gnucash/gnucash.rtf: $(GNUCASH_SGML_FILES)
db2rtf gnucash.sgml db2rtf gnucash.sgml
gnucash/index.html: $(GNUCASH_SGML_FILES) gnucash/index.html: $(GNUCASH_SGML_FILES)
-(db2html gnucash.sgml) -(db2html gnucash.sgml \
# && mkdir -p users-guide/figs \ && mkdir -p gnucash/image \
# && cp $(srcdir)/figs/*.png users-guide/figs || exit 1) && cp $(srcdir)/image/*.png gnucash/image || exit 1)
dist-hook: dist-hook:
mkdir $(distdir)/gnucash mkdir $(distdir)/gnucash
# mkdir $(distdir)/gnucash/figs mkdir $(distdir)/gnucash/image
mkdir $(distdir)/gnucash/stylesheet-images mkdir $(distdir)/gnucash/stylesheet-images
cp gnucash/*.html $(distdir)/gnucash cp gnucash/*.html $(distdir)/gnucash
cp gnucash/*.css $(distdir)/gnucash cp gnucash/*.css $(distdir)/gnucash
# cp gnucash/figs/*.png $(distdir)/gnucash/figs cp gnucash/image/*.png $(distdir)/gnucash/image
cp gnucash/stylesheet-images/*.gif $(distdir)/gnucash/stylesheet-images cp gnucash/stylesheet-images/*.gif $(distdir)/gnucash/stylesheet-images

View File

@ -73,6 +73,7 @@ GMOFILES = @GMOFILES@
GMSGFMT = @GMSGFMT@ GMSGFMT = @GMSGFMT@
GNC_CONFIGDIR = @GNC_CONFIGDIR@ GNC_CONFIGDIR = @GNC_CONFIGDIR@
GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@ GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@
GNC_HELPDIR = @GNC_HELPDIR@
GNC_LIBDIR = @GNC_LIBDIR@ GNC_LIBDIR = @GNC_LIBDIR@
GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@ GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@
GNC_SHAREDIR = @GNC_SHAREDIR@ GNC_SHAREDIR = @GNC_SHAREDIR@
@ -115,12 +116,14 @@ USE_NLS = @USE_NLS@
VERSION = @VERSION@ VERSION = @VERSION@
l = @l@ l = @l@
gnucash_helpdir = $(datadir)/gnome/help/gnucash/C SUBDIRS = image
GNUCASH_SGML_FILES = bofa-mym.sgml gnucash.sgml xacc-about.sgml xacc-accountedit.sgml xacc-acctypes.sgml xacc-adjbalwin.sgml xacc-apar.sgml xacc-balancereport.sgml xacc-balancesheet.sgml xacc-chartofaccts.sgml xacc-currencyhandling.sgml xacc-dateinput.sgml xacc-depreciation.sgml xacc-dochack.sgml xacc-doubleentry.sgml xacc-euro.sgml xacc-gpl.sgml xacc-incomeexpense.sgml xacc-locatingtxns.sgml xacc-mainwin.sgml xacc-newacctwin.sgml xacc-pnl.sgml xacc-portfolio-report.sgml xacc-preferences.sgml xacc-preferences2.sgml xacc-print-check.sgml xacc-print.sgml xacc-qif-import.sgml xacc-quicken.sgml xacc-recnwin.sgml xacc-regwin-kbd.sgml xacc-regwin.sgml xacc-reports.sgml xacc-ticker.sgml xacc-trans-report.sgml xacc-userdocs.sgml xacc-y2k.sgml gnucash_helpdir = $(GNC_HELPDIR)/C
GNUCASH_SGML_FILES = bofa-mym.sgml gnucash.sgml xacc-about.sgml xacc-accountedit.sgml xacc-acctypes.sgml xacc-adjbalwin.sgml xacc-apar.sgml xacc-balancereport.sgml xacc-balancesheet.sgml xacc-chartofaccts.sgml xacc-currencyhandling.sgml xacc-dateinput.sgml xacc-depreciation.sgml xacc-dochack.sgml xacc-doubleentry.sgml xacc-euro.sgml xacc-gpl.sgml xacc-incomeexpense.sgml xacc-locatingtxns.sgml xacc-mainwin.sgml xacc-newacctwin.sgml xacc-pnl.sgml xacc-portfolio-report.sgml xacc-preferences.sgml xacc-print-check.sgml xacc-print.sgml xacc-qif-import.sgml xacc-quicken.sgml xacc-recnwin.sgml xacc-regwin-kbd.sgml xacc-regwin.sgml xacc-reports.sgml xacc-ticker.sgml xacc-trans-report.sgml xacc-userdocs.sgml xacc-y2k.sgml
EXTRA_DIST = $(GNUCASH_SGML_FILES) EXTRA_DIST = $(GNUCASH_SGML_FILES) topic.dat
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../../../config.h CONFIG_HEADER = ../../../config.h
@ -141,9 +144,95 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
cd $(top_builddir) \ cd $(top_builddir) \
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
tags: TAGS
TAGS:
# This directory's subdirectories are mostly independent; you can cd
# into them and run `make' without going through this Makefile.
# To change the values of `make' variables: instead of editing Makefiles,
# (1) if the variable is set in `config.status', edit `config.status'
# (which will cause the Makefiles to be regenerated when you run `make');
# (2) otherwise, pass the desired values on the `make' command line.
@SET_MAKE@
all-recursive install-data-recursive install-exec-recursive \
installdirs-recursive install-recursive uninstall-recursive \
check-recursive installcheck-recursive info-recursive dvi-recursive:
@set fnord $(MAKEFLAGS); amf=$$2; \
dot_seen=no; \
target=`echo $@ | sed s/-recursive//`; \
list='$(SUBDIRS)'; for subdir in $$list; do \
echo "Making $$target in $$subdir"; \
if test "$$subdir" = "."; then \
dot_seen=yes; \
local_target="$$target-am"; \
else \
local_target="$$target"; \
fi; \
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
done; \
if test "$$dot_seen" = "no"; then \
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
fi; test -z "$$fail"
mostlyclean-recursive clean-recursive distclean-recursive \
maintainer-clean-recursive:
@set fnord $(MAKEFLAGS); amf=$$2; \
dot_seen=no; \
rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
rev="$$subdir $$rev"; \
test "$$subdir" = "." && dot_seen=yes; \
done; \
test "$$dot_seen" = "no" && rev=". $$rev"; \
target=`echo $@ | sed s/-recursive//`; \
for subdir in $$rev; do \
echo "Making $$target in $$subdir"; \
if test "$$subdir" = "."; then \
local_target="$$target-am"; \
else \
local_target="$$target"; \
fi; \
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
done && test -z "$$fail"
tags-recursive:
list='$(SUBDIRS)'; for subdir in $$list; do \
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
done
tags: TAGS
ID: $(HEADERS) $(SOURCES) $(LISP)
list='$(SOURCES) $(HEADERS)'; \
unique=`for i in $$list; do echo $$i; done | \
awk ' { files[$$0] = 1; } \
END { for (i in files) print i; }'`; \
here=`pwd` && cd $(srcdir) \
&& mkid -f$$here/ID $$unique $(LISP)
TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
tags=; \
here=`pwd`; \
list='$(SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
fi; \
done; \
list='$(SOURCES) $(HEADERS)'; \
unique=`for i in $$list; do echo $$i; done | \
awk ' { files[$$0] = 1; } \
END { for (i in files) print i; }'`; \
test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
|| (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
mostlyclean-tags:
clean-tags:
distclean-tags:
-rm -f TAGS ID
maintainer-clean-tags:
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
@ -165,31 +254,42 @@ distdir: $(DISTFILES)
|| cp -p $$d/$$file $(distdir)/$$file || :; \ || cp -p $$d/$$file $(distdir)/$$file || :; \
fi; \ fi; \
done done
for subdir in $(SUBDIRS); do \
if test "$$subdir" = .; then :; else \
test -d $(distdir)/$$subdir \
|| mkdir $(distdir)/$$subdir \
|| exit 1; \
chmod 777 $(distdir)/$$subdir; \
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
|| exit 1; \
fi; \
done
$(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook $(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook
info-am: info-am:
info: info-am info: info-recursive
dvi-am: dvi-am:
dvi: dvi-am dvi: dvi-recursive
check-am: all-am check-am: all-am
check: check-am check: check-recursive
installcheck-am: installcheck-am:
installcheck: installcheck-am installcheck: installcheck-recursive
install-exec-am: install-exec-am:
install-exec: install-exec-am install-exec: install-exec-recursive
install-data-am: install-data-local install-data-am: install-data-local
install-data: install-data-am install-data: install-data-recursive
install-am: all-am install-am: all-am
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
install: install-am install: install-recursive
uninstall-am: uninstall-am:
uninstall: uninstall-am uninstall: uninstall-recursive
all-am: Makefile all-am: Makefile
all-redirect: all-am all-redirect: all-recursive
install-strip: install-strip:
$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
installdirs: installdirs: installdirs-recursive
installdirs-am:
mostlyclean-generic: mostlyclean-generic:
@ -201,30 +301,37 @@ distclean-generic:
-rm -f config.cache config.log stamp-h stamp-h[0-9]* -rm -f config.cache config.log stamp-h stamp-h[0-9]*
maintainer-clean-generic: maintainer-clean-generic:
mostlyclean-am: mostlyclean-generic mostlyclean-am: mostlyclean-tags mostlyclean-generic
mostlyclean: mostlyclean-am mostlyclean: mostlyclean-recursive
clean-am: clean-generic mostlyclean-am clean-am: clean-tags clean-generic mostlyclean-am
clean: clean-am clean: clean-recursive
distclean-am: distclean-generic clean-am distclean-am: distclean-tags distclean-generic clean-am
-rm -f libtool -rm -f libtool
distclean: distclean-am distclean: distclean-recursive
maintainer-clean-am: maintainer-clean-generic distclean-am maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
distclean-am
@echo "This command is intended for maintainers to use;" @echo "This command is intended for maintainers to use;"
@echo "it deletes files that may require special tools to rebuild." @echo "it deletes files that may require special tools to rebuild."
maintainer-clean: maintainer-clean-am maintainer-clean: maintainer-clean-recursive
.PHONY: tags distdir info-am info dvi-am dvi check check-am \ .PHONY: install-data-recursive uninstall-data-recursive \
installcheck-am installcheck install-exec-am install-exec \ install-exec-recursive uninstall-exec-recursive installdirs-recursive \
install-data-local install-data-am install-data install-am install \ uninstalldirs-recursive all-recursive check-recursive \
uninstall-am uninstall all-redirect all-am all installdirs \ installcheck-recursive info-recursive dvi-recursive \
mostlyclean-generic distclean-generic clean-generic \ mostlyclean-recursive distclean-recursive clean-recursive \
maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
install-exec install-data-local install-data-am install-data install-am \
install uninstall-am uninstall all-redirect all-am all installdirs-am \
installdirs mostlyclean-generic distclean-generic clean-generic \
maintainer-clean-generic clean mostlyclean distclean maintainer-clean maintainer-clean-generic clean mostlyclean distclean maintainer-clean
@ -232,9 +339,8 @@ install-data-local: gnucash/index.html
$(mkinstalldirs) $(DESTDIR)$(gnucash_helpdir) $(mkinstalldirs) $(DESTDIR)$(gnucash_helpdir)
$(mkinstalldirs) $(DESTDIR)$(gnucash_helpdir)/image $(mkinstalldirs) $(DESTDIR)$(gnucash_helpdir)/image
$(mkinstalldirs) $(DESTDIR)$(gnucash_helpdir)/stylesheet-images $(mkinstalldirs) $(DESTDIR)$(gnucash_helpdir)/stylesheet-images
# $(INSTALL_DATA) $(srcdir)/topic.dat \ $(INSTALL_DATA) $(srcdir)/topic.dat \
# $(DESTDIR)$(gnucash_helpdir)/topic.dat $(DESTDIR)$(gnucash_helpdir)/topic.dat
# $(INSTALL_DATA) $(srcdir)/index.html $(DESTDIR)$(gnucash_helpdir)/
-(for file in gnucash/*.html; do \ -(for file in gnucash/*.html; do \
basefile=`basename $$file` \ basefile=`basename $$file` \
$(INSTALL_DATA) $(srcdir)/$$file \ $(INSTALL_DATA) $(srcdir)/$$file \
@ -245,18 +351,12 @@ install-data-local: gnucash/index.html
$(INSTALL_DATA) $(srcdir)/$$file \ $(INSTALL_DATA) $(srcdir)/$$file \
$(DESTDIR)$(gnucash_helpdir)/$$basefile; \ $(DESTDIR)$(gnucash_helpdir)/$$basefile; \
done) done)
# for file in gnucash/image/*.png; do \
# basefile=`basename $$file` \
# $(INSTALL_DATA) $(srcdir)/$$file \
# $(DESTDIR)$(gnucash_helpdir)/figs/$$basefile;\
# done
-(for file in gnucash/stylesheet-images/*.gif; do \ -(for file in gnucash/stylesheet-images/*.gif; do \
basefile=`basename $$file` \ basefile=`basename $$file` \
$(INSTALL_DATA) \ $(INSTALL_DATA) \
$(srcdir)/$$file \ $(srcdir)/$$file \
$(DESTDIR)$(gnucash_helpdir)/stylesheet-images/$$basefile; \ $(DESTDIR)$(gnucash_helpdir)/stylesheet-images/$$basefile; \
done) done)
# topic.dat
manual-html: gnucash/index.html manual-html: gnucash/index.html
manual-dvi: gnucash/gnucash.dvi manual-dvi: gnucash/gnucash.dvi
@ -280,17 +380,17 @@ gnucash/gnucash.rtf: $(GNUCASH_SGML_FILES)
db2rtf gnucash.sgml db2rtf gnucash.sgml
gnucash/index.html: $(GNUCASH_SGML_FILES) gnucash/index.html: $(GNUCASH_SGML_FILES)
-(db2html gnucash.sgml) -(db2html gnucash.sgml \
# && mkdir -p users-guide/figs \ && mkdir -p gnucash/image \
# && cp $(srcdir)/figs/*.png users-guide/figs || exit 1) && cp $(srcdir)/image/*.png gnucash/image || exit 1)
dist-hook: dist-hook:
mkdir $(distdir)/gnucash mkdir $(distdir)/gnucash
# mkdir $(distdir)/gnucash/figs mkdir $(distdir)/gnucash/image
mkdir $(distdir)/gnucash/stylesheet-images mkdir $(distdir)/gnucash/stylesheet-images
cp gnucash/*.html $(distdir)/gnucash cp gnucash/*.html $(distdir)/gnucash
cp gnucash/*.css $(distdir)/gnucash cp gnucash/*.css $(distdir)/gnucash
# cp gnucash/figs/*.png $(distdir)/gnucash/figs cp gnucash/image/*.png $(distdir)/gnucash/image
cp gnucash/stylesheet-images/*.gif $(distdir)/gnucash/stylesheet-images cp gnucash/stylesheet-images/*.gif $(distdir)/gnucash/stylesheet-images
# 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.

View File

@ -15,7 +15,6 @@
<!entity xaccincomeexpense system "xacc-incomeexpense.sgml"> <!entity xaccincomeexpense system "xacc-incomeexpense.sgml">
<!entity xacclocatingtxns system "xacc-locatingtxns.sgml"> <!entity xacclocatingtxns system "xacc-locatingtxns.sgml">
<!entity xaccpreferences system "xacc-preferences.sgml"> <!entity xaccpreferences system "xacc-preferences.sgml">
<!entity xaccpreferences2 system "xacc-preferences2.sgml">
<!entity xaccchartofaccts system "xacc-chartofaccts.sgml"> <!entity xaccchartofaccts system "xacc-chartofaccts.sgml">
<!entity xaccuserdocs system "xacc-userdocs.sgml"> <!entity xaccuserdocs system "xacc-userdocs.sgml">
<!entity xaccmainwin system "xacc-mainwin.sgml"> <!entity xaccmainwin system "xacc-mainwin.sgml">
@ -36,8 +35,9 @@
<!entity xaccgpl system "xacc-gpl.sgml"> <!entity xaccgpl system "xacc-gpl.sgml">
<!entity bofamym system "bofa-mym.sgml"> <!entity bofamym system "bofa-mym.sgml">
]> ]>
<BOOK ID="index"> <BOOK ID="index">
<TITLE>GnuCash Documentation Set</TITLE> <TITLE>GnuCash User Manual</TITLE>
&xaccabout; &xaccabout;
&xaccaccountedit; &xaccaccountedit;
@ -55,7 +55,6 @@
&xaccincomeexpense; &xaccincomeexpense;
&xacclocatingtxns; &xacclocatingtxns;
&xaccpreferences; &xaccpreferences;
&xaccpreferences2;
&xaccchartofaccts; &xaccchartofaccts;
&xaccuserdocs; &xaccuserdocs;
&xaccmainwin; &xaccmainwin;
@ -76,4 +75,4 @@
&xaccgpl; &xaccgpl;
&bofamym; &bofamym;
</book> </book>

View File

@ -0,0 +1 @@
Makefile

View File

@ -0,0 +1,38 @@
imagedir = ${GNC_HELPDIR}/C/image
image_DATA = \
appr-asset1.png \
appr-asset2.png \
appr-income.png \
appr-main1.png \
appr-main2.png \
bal-graph.png \
contract.png \
depr-asset.png \
depr-main.png \
expand.png \
foliowin-single.png \
foliowin.png \
logo-NetBSD-banner.png \
logo-debian.png \
logo-linux.png \
newaccwin-code.png \
newaccwin-trade.png \
recnwin.png \
recninfo.png \
regwin-double.png \
regwin-multi.png \
regwin-single.png \
regwin-single2.png \
report-av-baln.png \
report-baln.png \
report-folio.png \
report-option.png \
report-pnl.png \
reportwin.png \
ticker-a.png \
ticker-b.png
EXTRA_DIST = \
.cvsignore \
${image_DATA}

View File

@ -0,0 +1,255 @@
# Makefile.in generated automatically by automake 1.4 from Makefile.am
# Copyright (C) 1994, 1995-8, 1999 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.
# 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.
SHELL = @SHELL@
srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@
prefix = @prefix@
exec_prefix = @exec_prefix@
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
DESTDIR =
pkgdatadir = $(datadir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
top_builddir = ../../../..
ACLOCAL = @ACLOCAL@
AUTOCONF = @AUTOCONF@
AUTOMAKE = @AUTOMAKE@
AUTOHEADER = @AUTOHEADER@
INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
INSTALL_DATA = @INSTALL_DATA@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
transform = @program_transform_name@
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
host_alias = @host_alias@
host_triplet = @host@
AS = @AS@
CATALOGS = @CATALOGS@
CATOBJEXT = @CATOBJEXT@
CC = @CC@
DATADIRNAME = @DATADIRNAME@
DLLTOOL = @DLLTOOL@
GENCAT = @GENCAT@
GLIB_CFLAGS = @GLIB_CFLAGS@
GLIB_CONFIG_BIN = @GLIB_CONFIG_BIN@
GLIB_LIBS = @GLIB_LIBS@
GMOFILES = @GMOFILES@
GMSGFMT = @GMSGFMT@
GNC_CONFIGDIR = @GNC_CONFIGDIR@
GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@
GNC_HELPDIR = @GNC_HELPDIR@
GNC_LIBDIR = @GNC_LIBDIR@
GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@
GNC_SHAREDIR = @GNC_SHAREDIR@
GNOME_CFLAGS = @GNOME_CFLAGS@
GNOME_CONFIG_BIN = @GNOME_CONFIG_BIN@
GNOME_LIBS = @GNOME_LIBS@
GNOME_STATIC_TARGET = @GNOME_STATIC_TARGET@
GNOME_TARGET = @GNOME_TARGET@
GT_NO = @GT_NO@
GT_YES = @GT_YES@
GUILE = @GUILE@
GUILE_COMPILE_ARGS = @GUILE_COMPILE_ARGS@
GUILE_CONFIG = @GUILE_CONFIG@
GUILE_LINK_ARGS = @GUILE_LINK_ARGS@
G_WRAP = @G_WRAP@
G_WRAP_COMPILE_ARGS = @G_WRAP_COMPILE_ARGS@
G_WRAP_CONFIG = @G_WRAP_CONFIG@
G_WRAP_LINK_ARGS = @G_WRAP_LINK_ARGS@
INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
INSTOBJEXT = @INSTOBJEXT@
INTLDEPS = @INTLDEPS@
INTLLIBS = @INTLLIBS@
INTLOBJS = @INTLOBJS@
LIBTOOL = @LIBTOOL@
LN_S = @LN_S@
LOCALE_DIR = @LOCALE_DIR@
MAKEINFO = @MAKEINFO@
MKINSTALLDIRS = @MKINSTALLDIRS@
MSGFMT = @MSGFMT@
OBJDUMP = @OBJDUMP@
PACKAGE = @PACKAGE@
PERL = @PERL@
PERLINCL = @PERLINCL@
POFILES = @POFILES@
POSUB = @POSUB@
RANLIB = @RANLIB@
SWIG = @SWIG@
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
USE_NLS = @USE_NLS@
VERSION = @VERSION@
l = @l@
imagedir = ${GNC_HELPDIR}/C/image
image_DATA = appr-asset1.png appr-asset2.png appr-income.png appr-main1.png appr-main2.png bal-graph.png contract.png depr-asset.png depr-main.png expand.png foliowin-single.png foliowin.png logo-NetBSD-banner.png logo-debian.png logo-linux.png newaccwin-code.png newaccwin-trade.png recnwin.png recninfo.png regwin-double.png regwin-multi.png regwin-single.png regwin-single2.png report-av-baln.png report-baln.png report-folio.png report-option.png report-pnl.png reportwin.png ticker-a.png ticker-b.png
EXTRA_DIST = .cvsignore ${image_DATA}
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../../../../config.h
CONFIG_CLEAN_FILES =
DATA = $(image_DATA)
DIST_COMMON = Makefile.am Makefile.in
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
TAR = gtar
GZIP_ENV = --best
all: all-redirect
.SUFFIXES:
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/sgml/C/image/Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
cd $(top_builddir) \
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
install-imageDATA: $(image_DATA)
@$(NORMAL_INSTALL)
$(mkinstalldirs) $(DESTDIR)$(imagedir)
@list='$(image_DATA)'; for p in $$list; do \
if test -f $(srcdir)/$$p; then \
echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(imagedir)/$$p"; \
$(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(imagedir)/$$p; \
else if test -f $$p; then \
echo " $(INSTALL_DATA) $$p $(DESTDIR)$(imagedir)/$$p"; \
$(INSTALL_DATA) $$p $(DESTDIR)$(imagedir)/$$p; \
fi; fi; \
done
uninstall-imageDATA:
@$(NORMAL_UNINSTALL)
list='$(image_DATA)'; for p in $$list; do \
rm -f $(DESTDIR)$(imagedir)/$$p; \
done
tags: TAGS
TAGS:
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
subdir = doc/sgml/C/image
distdir: $(DISTFILES)
here=`cd $(top_builddir) && pwd`; \
top_distdir=`cd $(top_distdir) && pwd`; \
distdir=`cd $(distdir) && pwd`; \
cd $(top_srcdir) \
&& $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu doc/sgml/C/image/Makefile
@for file in $(DISTFILES); do \
d=$(srcdir); \
if test -d $$d/$$file; then \
cp -pr $$d/$$file $(distdir)/$$file; \
else \
test -f $(distdir)/$$file \
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|| cp -p $$d/$$file $(distdir)/$$file || :; \
fi; \
done
info-am:
info: info-am
dvi-am:
dvi: dvi-am
check-am: all-am
check: check-am
installcheck-am:
installcheck: installcheck-am
install-exec-am:
install-exec: install-exec-am
install-data-am: install-imageDATA
install-data: install-data-am
install-am: all-am
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
install: install-am
uninstall-am: uninstall-imageDATA
uninstall: uninstall-am
all-am: Makefile $(DATA)
all-redirect: all-am
install-strip:
$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
installdirs:
$(mkinstalldirs) $(DESTDIR)$(imagedir)
mostlyclean-generic:
clean-generic:
distclean-generic:
-rm -f Makefile $(CONFIG_CLEAN_FILES)
-rm -f config.cache config.log stamp-h stamp-h[0-9]*
maintainer-clean-generic:
mostlyclean-am: mostlyclean-generic
mostlyclean: mostlyclean-am
clean-am: clean-generic mostlyclean-am
clean: clean-am
distclean-am: distclean-generic clean-am
-rm -f libtool
distclean: distclean-am
maintainer-clean-am: maintainer-clean-generic distclean-am
@echo "This command is intended for maintainers to use;"
@echo "it deletes files that may require special tools to rebuild."
maintainer-clean: maintainer-clean-am
.PHONY: uninstall-imageDATA install-imageDATA tags distdir info-am info \
dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
install-exec install-data-am install-data install-am install \
uninstall-am uninstall all-redirect all-am all installdirs \
mostlyclean-generic distclean-generic clean-generic \
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
# 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:

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

BIN
doc/sgml/C/image/expand.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 610 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

BIN
doc/sgml/C/image/regwin.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

1
doc/sgml/C/topic.dat Normal file
View File

@ -0,0 +1 @@
index.html GnuCash Users Guide

View File

@ -1,9 +1,11 @@
<ARTICLE ID="XACC-ABOUT"> <ARTICLE ID="XACC-ABOUT">
<ARTHEADER> <ARTHEADER>
<TITLE>About GnuCash</TITLE> <TITLE>About GnuCash</TITLE>
</ARTHEADER> </ARTHEADER>
<SECT1> <SECT1>
<TITLE> About GnuCash</TITLE> <TITLE>Introduction</TITLE>
<PARA>GnuCash is a program to keep track of your finances. Its features <PARA>GnuCash is a program to keep track of your finances. Its features
include: include:
@ -95,7 +97,9 @@ similar transactions.
</ITEMIZEDLIST> </ITEMIZEDLIST>
</PARA> </PARA>
<SECT2> </SECT1>
<SECT1 ID="XACC-FEATURES">
<TITLE>Advanced Features</TITLE> <TITLE>Advanced Features</TITLE>
<PARA> </PARA> <PARA> </PARA>
<PARA>GnuCash offers some features not found in simpler accounting <PARA>GnuCash offers some features not found in simpler accounting
@ -159,8 +163,9 @@ similar transactions.
</ITEMIZEDLIST> </ITEMIZEDLIST>
</PARA> </PARA>
</SECT2> </SECT1>
<SECT2>
<SECT1 ID="XACC-VERSIONING">
<TITLE>Versioning</TITLE> <TITLE>Versioning</TITLE>
<PARA> </PARA> <PARA> </PARA>
<PARA>The versioning scheme for GnuCash parallels that of the <PARA>The versioning scheme for GnuCash parallels that of the
@ -190,8 +195,9 @@ similar transactions.
page in order to get some perspective on the overall design. page in order to get some perspective on the overall design.
</PARA> </PARA>
</SECT2> </SECT1>
<SECT2>
<SECT1 ID="XACC-DEVELOPERS">
<TITLE>Lead Developers</TITLE> <TITLE>Lead Developers</TITLE>
<PARA> <GLOSSLIST> <PARA> <GLOSSLIST>
<GLOSSENTRY> <GLOSSENTRY>
@ -259,8 +265,9 @@ Motif as a school project, taking it to version 0.9 by October
</GLOSSLIST> </GLOSSLIST>
</PARA> </PARA>
</SECT2> </SECT1>
<SECT2>
<SECT1 ID="XACC-CONTRIBUTORS">
<TITLE>Fixers and Patchers</TITLE> <TITLE>Fixers and Patchers</TITLE>
<PARA>The <EMPHASIS>cast of thousands</EMPHASIS> includes: <PARA>The <EMPHASIS>cast of thousands</EMPHASIS> includes:
@ -844,93 +851,66 @@ Motif as a school project, taking it to version 0.9 by October
</GLOSSLIST> </GLOSSLIST>
</PARA> </PARA>
</SECT2> </SECT1>
<SECT2>
<SECT1 ID="XACC-OSES">
<TITLE>Supported Operating Systems</TITLE> <TITLE>Supported Operating Systems</TITLE>
<PARA> gnucash-1.0.18 (xacc-1.0.18) is known to work on the following
systems:
<ITEMIZEDLIST> <PARA>GnuCash 1.5.0 is known to work on the following systems:
<LISTITEM>
<PARA>Linux 2.0.x -- Intel w/ RedHat Motif
</PARA> <ITEMIZEDLIST>
</LISTITEM>
<LISTITEM>
<PARA>Linux 2.0.x -- Intel w/ Lesstif v0.81
</PARA>
</LISTITEM>
<LISTITEM> <LISTITEM>
<PARA>Linux Debian -- Intel w/ Lesstif v0.81 <PARA>Linux</PARA>
</LISTITEM>
</PARA>
</LISTITEM>
<LISTITEM> <LISTITEM>
<PARA>SGI IRIX -- MIPS <PARA>FreeBSD</PARA>
</LISTITEM>
</PARA>
</LISTITEM>
<LISTITEM> <LISTITEM>
<PARA>IBM AIX 4.1.5 -- RS/6000 <PARA>NetBSD</PARA>
</LISTITEM>
</PARA>
</LISTITEM>
<LISTITEM> <LISTITEM>
<PARA>SCO Unixware 7 -- Intel <PARA>Solaris</PARA>
</LISTITEM>
</PARA>
</LISTITEM>
<LISTITEM>
<PARA>SCO OpenServer 5.0.4 -- Intel
</PARA>
</LISTITEM>
<LISTITEM>
<PARA>NetBSD -- Intel
</PARA>
</LISTITEM>
</ITEMIZEDLIST> </ITEMIZEDLIST>
</PARA> </PARA>
<PARA><ULINK URL="http://www.gnucash.org/"><INLINEMEDIAOBJECT>
<PARA>
<ULINK URL="http://www.gnucash.org/">
<INLINEMEDIAOBJECT>
<IMAGEOBJECT>
<IMAGEDATA FILEREF="image/logo-linux.png">
</IMAGEOBJECT>
</INLINEMEDIAOBJECT>
</ULINK>
<ULINK URL="http://www.debian.org"><INLINEMEDIAOBJECT>
<IMAGEOBJECT> <IMAGEOBJECT>
<IMAGEDATA FILEREF="logo-linux.gif"> <IMAGEDATA FILEREF="image/logo-debian.png">
</IMAGEOBJECT> </IMAGEOBJECT>
</INLINEMEDIAOBJECT></ULINK> <ULINK URL="http://www.sco.com/skunkware"> <INLINEMEDIAOBJECT> </INLINEMEDIAOBJECT></ULINK>
<ULINK URL="http://www.netbsd.org"><INLINEMEDIAOBJECT>
<IMAGEOBJECT> <IMAGEOBJECT>
<IMAGEDATA FILEREF="logo-skunkware.gif"> <IMAGEDATA FILEREF="image/logo-NetBSD-banner.png">
</IMAGEOBJECT> </IMAGEOBJECT>
</INLINEMEDIAOBJECT></ULINK> <ULINK URL="http://www.bull.de/pub/"><INLINEMEDIAOBJECT> </INLINEMEDIAOBJECT></ULINK>
<IMAGEOBJECT>
<IMAGEDATA FILEREF="logo-bullogogross.gif">
</IMAGEOBJECT>
</INLINEMEDIAOBJECT> <ULINK URL="http://www.ibm.com"><INLINEMEDIAOBJECT>
<IMAGEOBJECT>
<IMAGEDATA FILEREF="logo-ibm.gif">
</IMAGEOBJECT>
</INLINEMEDIAOBJECT></ULINK> <ULINK URL="http://www.sgi.com"><INLINEMEDIAOBJECT>
<IMAGEOBJECT>
<IMAGEDATA FILEREF="logo-sgi.gif">
</IMAGEOBJECT>
</INLINEMEDIAOBJECT></ULINK> <ULINK URL="http://www.debian.org"><INLINEMEDIAOBJECT>
<IMAGEOBJECT>
<IMAGEDATA FILEREF="logo-debian.jpg">
</IMAGEOBJECT>
</INLINEMEDIAOBJECT></ULINK> <ULINK URL="http://www.netbsd.org"><INLINEMEDIAOBJECT>
<IMAGEOBJECT>
<IMAGEDATA FILEREF="logo-NetBSD-banner.gif">
</IMAGEOBJECT>
</INLINEMEDIAOBJECT></ULINK></ULINK>
</PARA> </PARA>
</SECT2> </SECT1>
<SECT2>
<SECT1 ID="XACC-HISTORY">
<TITLE>History</TITLE> <TITLE>History</TITLE>
<PARA> The table below shows some historical lines-of-code and <PARA> The table below shows some historical lines-of-code and
number-of-files metrics for the <application>X-Accountant</application> number-of-files metrics for the <application>GnuCash</application>
<application>GnuCash</application> development project development project.
<TABLE> <TABLE>
<TITLE> Historical Development Stats </TITLE> <TITLE> Historical Development Stats </TITLE>
@ -1129,6 +1109,5 @@ number-of-files metrics for the <application>X-Accountant</application>
</ITEMIZEDLIST> </ITEMIZEDLIST>
</PARA> </PARA>
</SECT2>
</SECT1> </SECT1>
</ARTICLE> </ARTICLE>

View File

@ -1,18 +1,16 @@
<ARTICLE ID="XACC-BALANCEREPORT"> <ARTICLE ID="XACC-BALANCEREPORT">
<ARTHEADER> <ARTHEADER>
<TITLE>Balance Tracking Report</TITLE> <TITLE>Balance Tracking Report</TITLE>
</ARTHEADER> </ARTHEADER>
<SECT1>
<TITLE> Balance Tracking Report</TITLE>
<PARA> <INLINEMEDIAOBJECT> <PARA> <INLINEMEDIAOBJECT>
<IMAGEOBJECT> <IMAGEOBJECT>
<IMAGEDATA FILEREF="report-av-baln.gif&gt; &lt;p&gt;This report allows you to track the balance of an account over time. If you have gnuplot installed, it can even produce graphical output:&lt;/p&gt; &lt;img src="> <IMAGEDATA FILEREF="image/report-av-baln.png">
</IMAGEOBJECT> </IMAGEOBJECT>
</INLINEMEDIAOBJECT> </INLINEMEDIAOBJECT>
</PARA> </PARA>
<PARA>Parameters for this report include: <PARA>Parameters for this report include:
<ITEMIZEDLIST> <ITEMIZEDLIST>
@ -62,5 +60,4 @@
</PARA> </PARA>
</SECT1>
</ARTICLE> </ARTICLE>

View File

@ -7,7 +7,7 @@
<TITLE> Balance Sheet</TITLE> <TITLE> Balance Sheet</TITLE>
<PARA> <INLINEMEDIAOBJECT> <PARA> <INLINEMEDIAOBJECT>
<IMAGEOBJECT> <IMAGEOBJECT>
<IMAGEDATA FILEREF="report-baln.gif"> <IMAGEDATA FILEREF="image/report-baln.png">
</IMAGEOBJECT> </IMAGEOBJECT>
</INLINEMEDIAOBJECT> </INLINEMEDIAOBJECT>

View File

@ -174,7 +174,7 @@
<PARA>Your main window will resemble this: <PARA>Your main window will resemble this:
<INLINEMEDIAOBJECT> <INLINEMEDIAOBJECT>
<IMAGEOBJECT> <IMAGEOBJECT>
<IMAGEDATA FILEREF="appr-main1.gif"> <IMAGEDATA FILEREF="image/appr-main1.png">
</IMAGEOBJECT> </IMAGEOBJECT>
<TEXTOBJECT> <TEXTOBJECT>
<PHRASE>Main window after purchase and appreciation</PHRASE> <PHRASE>Main window after purchase and appreciation</PHRASE>
@ -185,7 +185,7 @@
<PARA>and your asset account will resemble this: <PARA>and your asset account will resemble this:
<INLINEMEDIAOBJECT> <INLINEMEDIAOBJECT>
<IMAGEOBJECT> <IMAGEOBJECT>
<IMAGEDATA FILEREF="appr-asset1.gif"> <IMAGEDATA FILEREF="image/appr-asset1.png">
</IMAGEOBJECT> </IMAGEOBJECT>
<TEXTOBJECT> <TEXTOBJECT>
<PHRASE>Asset account after purchase and appreciation</PHRASE> <PHRASE>Asset account after purchase and appreciation</PHRASE>
@ -423,7 +423,7 @@
<PARA>Below, we show the second case discussed. <PARA>Below, we show the second case discussed.
<INLINEMEDIAOBJECT> <INLINEMEDIAOBJECT>
<IMAGEOBJECT> <IMAGEOBJECT>
<IMAGEDATA FILEREF="appr-main2.gif"> <IMAGEDATA FILEREF="image/appr-main2.png">
</IMAGEOBJECT> </IMAGEOBJECT>
<TEXTOBJECT> <TEXTOBJECT>
<PHRASE>Main window after sale</PHRASE> <PHRASE>Main window after sale</PHRASE>
@ -431,7 +431,7 @@
</INLINEMEDIAOBJECT> </INLINEMEDIAOBJECT>
<INLINEMEDIAOBJECT> <INLINEMEDIAOBJECT>
<IMAGEOBJECT> <IMAGEOBJECT>
<IMAGEDATA FILEREF="appr-asset2.gif"> <IMAGEDATA FILEREF="image/appr-asset2.png">
</IMAGEOBJECT> </IMAGEOBJECT>
<TEXTOBJECT> <TEXTOBJECT>
<PHRASE>Asset account after sale</PHRASE> <PHRASE>Asset account after sale</PHRASE>
@ -783,7 +783,7 @@ fairly simple, taxation often gets terribly complicated... </PARA>
digits" scheme for the example above. digits" scheme for the example above.
<INLINEMEDIAOBJECT> <INLINEMEDIAOBJECT>
<IMAGEOBJECT> <IMAGEOBJECT>
<IMAGEDATA FILEREF="depr-asset.gif"> <IMAGEDATA FILEREF="image/depr-asset.png">
</IMAGEOBJECT> </IMAGEOBJECT>
<TEXTOBJECT> <TEXTOBJECT>
<PHRASE>Asset account after depreciation</PHRASE> <PHRASE>Asset account after depreciation</PHRASE>
@ -791,7 +791,7 @@ fairly simple, taxation often gets terribly complicated... </PARA>
</INLINEMEDIAOBJECT> </INLINEMEDIAOBJECT>
<INLINEMEDIAOBJECT> <INLINEMEDIAOBJECT>
<IMAGEOBJECT> <IMAGEOBJECT>
<IMAGEDATA FILEREF="depr-main.gif"> <IMAGEDATA FILEREF="image/depr-main.png">
</IMAGEOBJECT> </IMAGEOBJECT>
<TEXTOBJECT> <TEXTOBJECT>
<PHRASE>Main window after depreciation</PHRASE> <PHRASE>Main window after depreciation</PHRASE>

View File

@ -40,8 +40,10 @@
</PARA> </PARA>
</SECT1> </SECT1>
<SECT1>
<SECT1 ID="XACC-DOUBLEENTRYRULE">
<TITLE> The Rule of Double-Entry Accounting</TITLE> <TITLE> The Rule of Double-Entry Accounting</TITLE>
<PARA>The intuitive way of understanding double-entry <PARA>The intuitive way of understanding double-entry
is as a transfer from one bank account to another, is as a transfer from one bank account to another,
where the amount taken out of one bank account must equal that where the amount taken out of one bank account must equal that
@ -120,6 +122,7 @@ to track the change over time.)
</PARA> </PARA>
</SECT1> </SECT1>
<SECT1 ID="XACC-DOUBLEUSE"> <SECT1 ID="XACC-DOUBLEUSE">
<TITLE> Using Double Entry</TITLE> <TITLE> Using Double Entry</TITLE>
<PARA> </PARA> <PARA> </PARA>

View File

@ -1,23 +1,27 @@
<ARTICLE ID="XACC-GPL"> <ARTICLE ID="XACC-GPL">
<ARTHEADER> <ARTHEADER>
<TITLE>GNU General Public License</TITLE> <TITLE>GNU General Public License</TITLE>
</ARTHEADER> </ARTHEADER>
<SECT1> <SECT1>
<TITLE> GNU General Public License</TITLE> <TITLE>GNU General Public License</TITLE>
<PARA> </PARA>
<SECT2> <SECT2>
<TITLE>Version 2, June 1991</TITLE> <TITLE>Version 2, June 1991</TITLE>
<PARA> Copyright (C) 1989, 1991 Free Software Foundation, Inc. 675
Mass Ave, Cambridge, MA 02139, USA
<PARA>Copyright (C) 1989, 1991 Free Software Foundation, Inc. 675
Mass Ave, Cambridge, MA 02139, USA
</PARA> </PARA>
<PARA>Everyone is permitted to copy and distribute verbatim <PARA>Everyone is permitted to copy and distribute verbatim
copies of this license document, but changing it is not copies of this license document, but changing it is not
allowed. allowed.
</PARA> </PARA>
<SECT3> <SECT3>
<TITLE><ANCHOR ID="SEC001">Preamble</TITLE> <TITLE><ANCHOR ID="SEC001">Preamble</TITLE>
<PARA>The licenses for most software are designed to take away <PARA>The licenses for most software are designed to take away
your freedom to share and change it. By contrast, the GNU your freedom to share and change it. By contrast, the GNU
General Public License is intended to guarantee your freedom to General Public License is intended to guarantee your freedom to
@ -81,6 +85,7 @@
</PARA> </PARA>
</SECT3> </SECT3>
<SECT3> <SECT3>
<TITLE><ANCHOR ID="SEC002">GNU GENERAL PUBLIC LICENSE TERMS AND <TITLE><ANCHOR ID="SEC002">GNU GENERAL PUBLIC LICENSE TERMS AND
CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION</TITLE> CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION</TITLE>
@ -336,6 +341,7 @@
</PARA> </PARA>
</SECT3> </SECT3>
<SECT3> <SECT3>
<TITLE><ANCHOR ID="SEC003">NO WARRANTY</TITLE> <TITLE><ANCHOR ID="SEC003">NO WARRANTY</TITLE>
<PARA>11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS <PARA>11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS
@ -363,10 +369,14 @@
</PARA> </PARA>
</SECT3> </SECT3>
<SECT3> <SECT3>
<TITLE>END OF TERMS AND CONDITIONS</TITLE> <TITLE>END OF TERMS AND CONDITIONS</TITLE>
<PARA></PARA> <PARA></PARA>
</SECT3> </SECT3>
</SECT2> </SECT2>
</SECT1> </SECT1>
</ARTICLE> </ARTICLE>

View File

@ -1,8 +1,9 @@
<ARTICLE ID="XACC-INCOMEEXPENSE"> <ARTICLE ID="XACC-INCOMEEXPENSE">
<ARTHEADER> <ARTHEADER>
<TITLE>Using Expense/Income Accounts</TITLE> <TITLE>Using Expense/Income Accounts</TITLE>
</ARTHEADER> </ARTHEADER>
<SECT1> <SECT1>
<TITLE> What are Incomes and Expenses?</TITLE> <TITLE> What are Incomes and Expenses?</TITLE>
@ -18,7 +19,7 @@ section deals with the more basic recording of incomes and expenses.
</PARA> </PARA>
</SECT1> </SECT1>
<SECT1> <SECT1 ID="XACC-RECORDING-INCOMEEXPENSE">
<TITLE> Recording Income and Expenses</TITLE> <TITLE> Recording Income and Expenses</TITLE>
<PARA>In a double entry system, two kinds of accounts must be <PARA>In a double entry system, two kinds of accounts must be

View File

@ -1,11 +1,9 @@
<ARTICLE ID="XACC-MAINWIN"> <ARTICLE ID="XACC-MAINWIN">
<ARTHEADER> <ARTHEADER>
<TITLE>Main Window</TITLE> <TITLE>Main Window</TITLE>
</ARTHEADER> </ARTHEADER>
<SECT1>
<TITLE> Main GnuCash Window</TITLE>
<PARA> </PARA>
<PARA>This is the main account window. You control your set of <PARA>This is the main account window. You control your set of
accounts from here. accounts from here.
@ -20,7 +18,7 @@
</PARA> </PARA>
<PARA><INLINEMEDIAOBJECT> <PARA><INLINEMEDIAOBJECT>
<IMAGEOBJECT> <IMAGEOBJECT>
<IMAGEDATA FILEREF="contract.gif"> <IMAGEDATA FILEREF="image/contract.png">
</IMAGEOBJECT> </IMAGEOBJECT>
</INLINEMEDIAOBJECT> </INLINEMEDIAOBJECT>
@ -32,7 +30,7 @@
</PARA> </PARA>
<PARA> <INLINEMEDIAOBJECT> <PARA> <INLINEMEDIAOBJECT>
<IMAGEOBJECT> <IMAGEOBJECT>
<IMAGEDATA FILEREF="expand.gif"> <IMAGEDATA FILEREF="image/expand.png">
</IMAGEOBJECT> </IMAGEOBJECT>
</INLINEMEDIAOBJECT> </INLINEMEDIAOBJECT>
@ -52,5 +50,5 @@
recommended only for accounting experts. recommended only for accounting experts.
</PARA> </PARA>
</SECT1>
</ARTICLE> </ARTICLE>

View File

@ -12,7 +12,7 @@
</PARA> </PARA>
<PARA><INLINEMEDIAOBJECT> <PARA><INLINEMEDIAOBJECT>
<IMAGEOBJECT> <IMAGEOBJECT>
<IMAGEDATA FILEREF="newaccwin-code.gif"> <IMAGEDATA FILEREF="image/newaccwin-code.png">
</IMAGEOBJECT> </IMAGEOBJECT>
</INLINEMEDIAOBJECT> </INLINEMEDIAOBJECT>
@ -36,7 +36,7 @@
</PARA> </PARA>
<PARA> <INLINEMEDIAOBJECT> <PARA> <INLINEMEDIAOBJECT>
<IMAGEOBJECT> <IMAGEOBJECT>
<IMAGEDATA FILEREF="newaccwin-trade.gif"> <IMAGEDATA FILEREF="image/newaccwin-trade.png">
</IMAGEOBJECT> </IMAGEOBJECT>
</INLINEMEDIAOBJECT> </INLINEMEDIAOBJECT>

View File

@ -1,13 +1,11 @@
<ARTICLE ID="XACC-PNL"> <ARTICLE ID="XACC-PNL">
<ARTHEADER> <ARTHEADER>
<TITLE>Profit And Loss Statement</TITLE> <TITLE>Profit And Loss Statement</TITLE>
</ARTHEADER> </ARTHEADER>
<SECT1>
<TITLE> Profit and Loss Statement</TITLE>
<PARA> <INLINEMEDIAOBJECT> <PARA> <INLINEMEDIAOBJECT>
<IMAGEOBJECT> <IMAGEOBJECT>
<IMAGEDATA FILEREF="report-pnl.gif"> <IMAGEDATA FILEREF="image/report-pnl.png">
</IMAGEOBJECT> </IMAGEOBJECT>
</INLINEMEDIAOBJECT> </INLINEMEDIAOBJECT>
@ -20,5 +18,5 @@
the "parameters" toolbar button. the "parameters" toolbar button.
</PARA> </PARA>
</SECT1>
</ARTICLE> </ARTICLE>

View File

@ -7,7 +7,7 @@
<TITLE> Stock Portfolio Report</TITLE> <TITLE> Stock Portfolio Report</TITLE>
<PARA> <INLINEMEDIAOBJECT> <PARA> <INLINEMEDIAOBJECT>
<IMAGEOBJECT> <IMAGEOBJECT>
<IMAGEDATA FILEREF="report-folio.gif"> <IMAGEDATA FILEREF="image/report-folio.png">
</IMAGEOBJECT> </IMAGEOBJECT>
</INLINEMEDIAOBJECT> </INLINEMEDIAOBJECT>

View File

@ -1,11 +1,9 @@
<ARTICLE ID="XACC-PREFERENCES"> <ARTICLE ID="XACC-PREFERENCES">
<ARTHEADER> <ARTHEADER>
<TITLE>Preferences</TITLE> <TITLE>Preferences</TITLE>
</ARTHEADER> </ARTHEADER>
<SECT1>
<TITLE> Preferences</TITLE>
<PARA> </PARA>
<PARA>You can customize the behavior of GnuCash by changing the <PARA>You can customize the behavior of GnuCash by changing the
settings in this dialog box.All settings are automatically settings in this dialog box.All settings are automatically
saved so changes are preserved for future sessions. saved so changes are preserved for future sessions.
@ -55,5 +53,4 @@
</PARA> </PARA>
</SECT1>
</ARTICLE> </ARTICLE>

View File

@ -1,59 +0,0 @@
<ARTICLE ID="XACC-PREFERENCES2">
<ARTHEADER>
<TITLE>Preferences</TITLE>
</ARTHEADER>
<SECT1>
<TITLE> Preferences</TITLE>
<PARA> </PARA>
<PARA>You can customize the behavior of GnuCash by changing the
settings in this dialog box.All settings are automatically
saved so changes are preserved for future sessions.
</PARA>
<PARA>To change settings, simply click to select the appropriate
page, then make appropriate changes, and click the "Apply"
button to see your changes take effect. Clicking "OK" applies
changes, then closes the properties dialog box. them. The
"Close" button simply closes the dialog box without applying
the latest changes.
</PARA>
<PARA>The settings are grouped into the following categories:
<ITEMIZEDLIST>
<LISTITEM>
<PARA><EMPHASIS>Account Fields:</EMPHASIS> sets which fields are displayed in
the account list of the main window.
</PARA>
</LISTITEM>
<LISTITEM>
<PARA><EMPHASIS>Account Types:</EMPHASIS> sets which account types are
displayed in the main window.
</PARA>
</LISTITEM>
<LISTITEM>
<PARA><EMPHASIS>General:</EMPHASIS> anything that doesn't fit anywhere
else.
</PARA>
</LISTITEM>
<LISTITEM>
<PARA><EMPHASIS>International:</EMPHASIS> Options relating to date and time
display formats.
</PARA>
</LISTITEM>
<LISTITEM>
<PARA><EMPHASIS>Register:</EMPHASIS> Options relating to the default
appearance of account registers.
</PARA>
</LISTITEM>
</ITEMIZEDLIST>
</PARA>
</SECT1>
</ARTICLE>

View File

@ -1,19 +1,19 @@
<ARTICLE ID="XACC-PRINT"> <ARTICLE ID="XACC-PRINT">
<ARTHEADER> <ARTHEADER>
<TITLE>Printing</TITLE> <TITLE>Printing</TITLE>
</ARTHEADER> </ARTHEADER>
<SECT1>
<TITLE> Printing</TITLE>
<PARA> </PARA>
<PARA>At present, the only type of printing directly supported by <PARA>At present, the only type of printing directly supported by
GnuCash is <LINK LINKEND="XACC-PRINT-CHECK">check printing</LINK>. GnuCash is <LINK LINKEND="XACC-PRINT-CHECK">check printing</LINK>.
Other types of printing will be added in version 1.5. Other types of printing will be added in version 1.5.
</PARA> </PARA>
<PARA><LINK LINKEND="XACC-REPORTS">Reports</LINK> can also be <LINK LINKEND="EXPORT">exported as HTML</LINK>.
<PARA><LINK LINKEND="XACC-REPORTS">Reports</LINK> can also be <LINK
LINKEND="EXPORT">exported as HTML</LINK>.
</PARA> </PARA>
</SECT1>
</ARTICLE> </ARTICLE>

View File

@ -1,10 +1,9 @@
<ARTICLE ID="XACC-RECNWIN"> <ARTICLE ID="XACC-RECNWIN">
<ARTHEADER> <ARTHEADER>
<TITLE>Reconciliation Window</TITLE> <TITLE>Reconciliation Window</TITLE>
</ARTHEADER> </ARTHEADER>
<SECT1>
<TITLE> Reconciliation Window</TITLE>
<PARA>The Reconciliation window is used to reconcile cleared <PARA>The Reconciliation window is used to reconcile cleared
transactions from a bank statement. Enter a dollar amount from transactions from a bank statement. Enter a dollar amount from
your last bank statement in the box, and then click <GUIMENU>OK</GUIMENU> your last bank statement in the box, and then click <GUIMENU>OK</GUIMENU>
@ -15,7 +14,7 @@
</PARA> </PARA>
<PARA> <INLINEMEDIAOBJECT> <PARA> <INLINEMEDIAOBJECT>
<IMAGEOBJECT> <IMAGEOBJECT>
<IMAGEDATA FILEREF="recnwin.gif"> <IMAGEDATA FILEREF="image/recnwin.png">
</IMAGEOBJECT> </IMAGEOBJECT>
</INLINEMEDIAOBJECT> </INLINEMEDIAOBJECT>
@ -32,9 +31,9 @@
</PARA> </PARA>
<PARA>At the end of the month, you receive your bank statement, <PARA>At the end of the month, you receive your bank statement,
perhaps including canceled checks. At <EMPHASIS>that</EMPHASIS> point, you perhaps including canceled checks. At <EMPHASIS>that</EMPHASIS> point,
should "reconcile" the account, that is, agree your personal you should "reconcile" the account, that is, agree your personal
records to the documentation provided by the bank. records to the documentation provided by the bank.
<ITEMIZEDLIST> <ITEMIZEDLIST>
<LISTITEM> <LISTITEM>
@ -114,5 +113,5 @@ transaction
</PARA> </PARA>
</SECT1>
</ARTICLE> </ARTICLE>

View File

@ -1,10 +1,9 @@
<ARTICLE ID="XACC-REGWIN-KBD"> <ARTICLE ID="XACC-REGWIN-KBD">
<ARTHEADER> <ARTHEADER>
<TITLE>Register Keyboard Shortcuts</TITLE> <TITLE>Register Keyboard Shortcuts</TITLE>
</ARTHEADER> </ARTHEADER>
<SECT1 ID="XACC-REGKEYSC">
<TITLE> Register Keyboard Shortcuts</TITLE>
<PARA> The following keys can be used to move around in the register: <PARA> The following keys can be used to move around in the register:
<EMPHASIS>Please check that I didn't miss any</EMPHASIS> <EMPHASIS>Please check that I didn't miss any</EMPHASIS>
@ -70,5 +69,5 @@
</PARA> </PARA>
</SECT1>
</ARTICLE> </ARTICLE>

View File

@ -1,13 +1,14 @@
<ARTICLE ID="XACC-REGWIN"> <ARTICLE ID="XACC-REGWIN">
<ARTHEADER> <ARTHEADER>
<TITLE>Register Window</TITLE> <TITLE>Register Window</TITLE>
</ARTHEADER> </ARTHEADER>
<SECT1> <SECT1>
<TITLE> Register Window</TITLE> <TITLE> Register Window</TITLE>
<PARA> <INLINEMEDIAOBJECT> <PARA> <INLINEMEDIAOBJECT>
<IMAGEOBJECT> <IMAGEOBJECT>
<IMAGEDATA FILEREF="regwin-single.gif"> <IMAGEDATA FILEREF="image/regwin-single.png">
</IMAGEOBJECT> </IMAGEOBJECT>
</INLINEMEDIAOBJECT> </INLINEMEDIAOBJECT>
@ -24,7 +25,7 @@
the transaction: the transaction:
<INLINEMEDIAOBJECT> <INLINEMEDIAOBJECT>
<IMAGEOBJECT> <IMAGEOBJECT>
<IMAGEDATA FILEREF="regwin-single2.gif"> <IMAGEDATA FILEREF="image/regwin-single2.png">
</IMAGEOBJECT> </IMAGEOBJECT>
</INLINEMEDIAOBJECT> </INLINEMEDIAOBJECT>
@ -177,12 +178,12 @@
</PARA> </PARA>
<PARA><INLINEMEDIAOBJECT> <PARA><INLINEMEDIAOBJECT>
<IMAGEOBJECT> <IMAGEOBJECT>
<IMAGEDATA FILEREF="foliowin.gif"> <IMAGEDATA FILEREF="image/foliowin.png">
</IMAGEOBJECT> </IMAGEOBJECT>
</INLINEMEDIAOBJECT> </INLINEMEDIAOBJECT>
<INLINEMEDIAOBJECT> <INLINEMEDIAOBJECT>
<IMAGEOBJECT> <IMAGEOBJECT>
<IMAGEDATA FILEREF="foliowin-single.gif"> <IMAGEDATA FILEREF="image/foliowin-single.png">
</IMAGEOBJECT> </IMAGEOBJECT>
</INLINEMEDIAOBJECT> </INLINEMEDIAOBJECT>

View File

@ -52,7 +52,7 @@
</PARA> </PARA>
<PARA><INLINEMEDIAOBJECT> <PARA><INLINEMEDIAOBJECT>
<IMAGEOBJECT> <IMAGEOBJECT>
<IMAGEDATA FILEREF="reportwin.gif"> <IMAGEDATA FILEREF="image/reportwin.png">
</IMAGEOBJECT> </IMAGEOBJECT>
</INLINEMEDIAOBJECT> </INLINEMEDIAOBJECT>
@ -75,7 +75,7 @@
</PARA> </PARA>
<PARA><INLINEMEDIAOBJECT> <PARA><INLINEMEDIAOBJECT>
<IMAGEOBJECT> <IMAGEOBJECT>
<IMAGEDATA FILEREF="report-option.gif"> <IMAGEDATA FILEREF="image/report-option.png">
</IMAGEOBJECT> </IMAGEOBJECT>
</INLINEMEDIAOBJECT> </INLINEMEDIAOBJECT>

View File

@ -1,57 +1,57 @@
<ARTICLE ID="XACC-TICKER"> <ARTICLE ID="XACC-TICKER">
<ARTHEADER> <ARTHEADER>
<TITLE>Stock Ticker</TITLE> <TITLE>Stock Ticker</TITLE>
</ARTHEADER> </ARTHEADER>
<SECT1 ID="XACC-STOCKTICKER"> <SECT1 ID="XACC-STOCKTICKER">
<TITLE> Stock Pricing and Ticker Symbols</TITLE>
<PARA> GnuCash provides a somewhat rudimentary automated stock quote
gathering system.
</PARA> <TITLE>Stock Pricing and Ticker Symbols</TITLE>
<PARA>If a GnuCash <LINK LINKEND="STOCKACCT">stock
account</LINK> is suitably configured, and the host computer is
connected to the Internet, the program <APPLICATION>gnc-prices</APPLICATION> may
be used to load stock and mutual fund price quotes from various
web sites directly into GnuCash.
</PARA> <PARA>GnuCash provides a somewhat rudimentary automated stock quote
<PARA>To make use of this facility, the following must be gathering system.
done: </PARA>
<ITEMIZEDLIST> <PARA>If a GnuCash <LINK LINKEND="STOCKACCT">stock account</LINK> is
<LISTITEM> suitably configured, and the host computer is connected to the
<PARA>Create an account and mark it as being of type "Mutual Internet, the program <APPLICATION>gnc-prices</APPLICATION> may be
used to load stock and mutual fund price quotes from various web sites
directly into GnuCash.
</PARA>
<PARA>To make use of this facility, the following must be done:
<ITEMIZEDLIST>
<LISTITEM>
<PARA>Create an account and mark it as being of type "Mutual
Fund" or "Stock". Fund" or "Stock".
</PARA>
</PARA> </LISTITEM>
</LISTITEM> <LISTITEM>
<LISTITEM> <PARA>Enter a valid ticker symbol in the box marked "Security:"
<PARA>Enter a valid ticker symbol in the box marked </PARA>
"Security:" </LISTITEM>
<LISTITEM>
</PARA> <PARA>Select a quote source from the pull-down menu. Currently
</LISTITEM> supported quote sources include <EMPHASIS>Yahoo</EMPHASIS>,
<LISTITEM> <EMPHASIS>Yahoo Europe</EMPHASIS>, <EMPHASIS>Fidelity
<PARA>Select a quote source from the pull-down menu. Currently Investments</EMPHASIS>, <EMPHASIS>T. Rowe Price</EMPHASIS>, the
supported quote sources include <EMPHASIS>Yahoo</EMPHASIS>, <EMPHASIS>Yahoo <EMPHASIS>Vanguard Group</EMPHASIS>, <EMPHASIS>the Australian
Europe</EMPHASIS>, <EMPHASIS>Fidelity Investments</EMPHASIS>, <EMPHASIS>T. Rowe Stock Exchange</EMPHASIS> (ASX) and
Price</EMPHASIS>, the <EMPHASIS>Vanguard Group</EMPHASIS>, <EMPHASIS>the Australian Stock <EMPHASIS>TIAA-CREF</EMPHASIS>. Note that Yahoo will provide
Exchange</EMPHASIS> (ASX) and <EMPHASIS>TIAA-CREF</EMPHASIS>. Note that Yahoo will price quotes for many mutual funds <EMPHASIS>including</EMPHASIS>
provide price quotes for many mutual funds <EMPHASIS>including</EMPHASIS> Fidelity, T.Rowe Price and Vanguard, and that the quoted prices at
Fidelity, T.Rowe Price and Vanguard, and that the quoted Yahoo <EMPHASIS>should</EMPHASIS> be identical to those that may
prices at Yahoo <EMPHASIS>should</EMPHASIS> be identical to those that may be found at the source sites (otherwise, somebody's reporting
be found at the source sites (otherwise, somebody's reporting wrong information!). If you choose Yahoo Europe, you should append
wrong information!). If you choose Yahoo Europe, you should the market code for the security, such as PA for Paris, BE for
append the market code for the security, such as PA for Berlin, etc. Example: 12150.PA (a Peugeot security in the Paris
Paris, BE for Berlin, etc. Example: 12150.PA (a Peugeot market).
security in the Paris market). </PARA>
</LISTITEM>
</PARA> <LISTITEM>
</LISTITEM> <PARA>Ensure that the currency of the account matches the source
<LISTITEM> of the stock you have selected. This means:
<PARA> Ensure that the currency of the account matches the source
of the stock you have selected. This means:
<ITEMIZEDLIST> <ITEMIZEDLIST>
<LISTITEM> <LISTITEM>
@ -236,7 +236,7 @@
<PARA>A sample image is shown below: <PARA>A sample image is shown below:
<INLINEMEDIAOBJECT> <INLINEMEDIAOBJECT>
<IMAGEOBJECT> <IMAGEOBJECT>
<IMAGEDATA FILEREF="ticker-a.gif"> <IMAGEDATA FILEREF="image/ticker-a.png">
</IMAGEOBJECT> </IMAGEOBJECT>
<TEXTOBJECT> <TEXTOBJECT>
<PHRASE>Sample Diagram</PHRASE> <PHRASE>Sample Diagram</PHRASE>
@ -279,7 +279,7 @@
accounts will begin to resemble the following: accounts will begin to resemble the following:
<INLINEMEDIAOBJECT> <INLINEMEDIAOBJECT>
<IMAGEOBJECT> <IMAGEOBJECT>
<IMAGEDATA FILEREF="ticker-b.gif"> <IMAGEDATA FILEREF="image/ticker-b.png">
</IMAGEOBJECT> </IMAGEOBJECT>
<TEXTOBJECT> <TEXTOBJECT>
<PHRASE>Later Ticker Listing</PHRASE> <PHRASE>Later Ticker Listing</PHRASE>

View File

@ -1,10 +1,8 @@
<ARTICLE ID="XACC-TRANS-REPORT"> <ARTICLE ID="XACC-TRANS-REPORT">
<ARTHEADER> <ARTHEADER>
<TITLE>Transaction Report</TITLE> <TITLE>Transaction Report</TITLE>
</ARTHEADER> </ARTHEADER>
<SECT1 ID="XACC-TXNREPORTS">
<TITLE> Transaction Report</TITLE>
<PARA>Transaction reports list details for transactions in a <PARA>Transaction reports list details for transactions in a
specified account over a specified period, in a convenient specified account over a specified period, in a convenient
@ -137,5 +135,5 @@ in the report. The choices include:
</PARA> </PARA>
</SECT1>
</ARTICLE> </ARTICLE>

View File

@ -1,9 +1,8 @@
<ARTICLE ID="XACC-Y2K"> <ARTICLE ID="XACC-Y2K">
<ARTHEADER> <ARTHEADER>
<TITLE>GnuCash Y2K Readiness</TITLE> <TITLE>GnuCash Y2K Readiness</TITLE>
</ARTHEADER> </ARTHEADER>
<SECT1>
<TITLE> GnuCash Y2K Readiness</TITLE>
<PARA>GnuCash versions 1.1.25 and later store all dates as seconds and <PARA>GnuCash versions 1.1.25 and later store all dates as seconds and
nanoseconds, where the seconds are stored in a 64-bit signed nanoseconds, where the seconds are stored in a 64-bit signed
@ -38,5 +37,5 @@ consider that takes place in 2000 or in 2001... </PARA>
<PARA>Y2K issues are described in more detail at <ULINK URL= <PARA>Y2K issues are described in more detail at <ULINK URL=
"http://www.ntlug.org/~cbbrowne/linuxy2k.html">Linux and Year "http://www.ntlug.org/~cbbrowne/linuxy2k.html">Linux and Year
2000.</ULINK> </PARA> 2000.</ULINK> </PARA>
</SECT1>
</ARTICLE> </ARTICLE>

View File

@ -73,6 +73,7 @@ GMOFILES = @GMOFILES@
GMSGFMT = @GMSGFMT@ GMSGFMT = @GMSGFMT@
GNC_CONFIGDIR = @GNC_CONFIGDIR@ GNC_CONFIGDIR = @GNC_CONFIGDIR@
GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@ GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@
GNC_HELPDIR = @GNC_HELPDIR@
GNC_LIBDIR = @GNC_LIBDIR@ GNC_LIBDIR = @GNC_LIBDIR@
GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@ GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@
GNC_SHAREDIR = @GNC_SHAREDIR@ GNC_SHAREDIR = @GNC_SHAREDIR@

View File

@ -73,6 +73,7 @@ GMOFILES = @GMOFILES@
GMSGFMT = @GMSGFMT@ GMSGFMT = @GMSGFMT@
GNC_CONFIGDIR = @GNC_CONFIGDIR@ GNC_CONFIGDIR = @GNC_CONFIGDIR@
GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@ GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@
GNC_HELPDIR = @GNC_HELPDIR@
GNC_LIBDIR = @GNC_LIBDIR@ GNC_LIBDIR = @GNC_LIBDIR@
GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@ GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@
GNC_SHAREDIR = @GNC_SHAREDIR@ GNC_SHAREDIR = @GNC_SHAREDIR@

View File

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2000-09-08 01:04-0700\n" "POT-Creation-Date: 2000-09-08 16:23-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -73,6 +73,7 @@ GMOFILES = @GMOFILES@
GMSGFMT = @GMSGFMT@ GMSGFMT = @GMSGFMT@
GNC_CONFIGDIR = @GNC_CONFIGDIR@ GNC_CONFIGDIR = @GNC_CONFIGDIR@
GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@ GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@
GNC_HELPDIR = @GNC_HELPDIR@
GNC_LIBDIR = @GNC_LIBDIR@ GNC_LIBDIR = @GNC_LIBDIR@
GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@ GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@
GNC_SHAREDIR = @GNC_SHAREDIR@ GNC_SHAREDIR = @GNC_SHAREDIR@

View File

@ -73,6 +73,7 @@ GMOFILES = @GMOFILES@
GMSGFMT = @GMSGFMT@ GMSGFMT = @GMSGFMT@
GNC_CONFIGDIR = @GNC_CONFIGDIR@ GNC_CONFIGDIR = @GNC_CONFIGDIR@
GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@ GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@
GNC_HELPDIR = @GNC_HELPDIR@
GNC_LIBDIR = @GNC_LIBDIR@ GNC_LIBDIR = @GNC_LIBDIR@
GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@ GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@
GNC_SHAREDIR = @GNC_SHAREDIR@ GNC_SHAREDIR = @GNC_SHAREDIR@

View File

@ -73,6 +73,7 @@ GMOFILES = @GMOFILES@
GMSGFMT = @GMSGFMT@ GMSGFMT = @GMSGFMT@
GNC_CONFIGDIR = @GNC_CONFIGDIR@ GNC_CONFIGDIR = @GNC_CONFIGDIR@
GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@ GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@
GNC_HELPDIR = @GNC_HELPDIR@
GNC_LIBDIR = @GNC_LIBDIR@ GNC_LIBDIR = @GNC_LIBDIR@
GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@ GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@
GNC_SHAREDIR = @GNC_SHAREDIR@ GNC_SHAREDIR = @GNC_SHAREDIR@

View File

@ -73,6 +73,7 @@ GMOFILES = @GMOFILES@
GMSGFMT = @GMSGFMT@ GMSGFMT = @GMSGFMT@
GNC_CONFIGDIR = @GNC_CONFIGDIR@ GNC_CONFIGDIR = @GNC_CONFIGDIR@
GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@ GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@
GNC_HELPDIR = @GNC_HELPDIR@
GNC_LIBDIR = @GNC_LIBDIR@ GNC_LIBDIR = @GNC_LIBDIR@
GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@ GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@
GNC_SHAREDIR = @GNC_SHAREDIR@ GNC_SHAREDIR = @GNC_SHAREDIR@

View File

@ -73,6 +73,7 @@ GMOFILES = @GMOFILES@
GMSGFMT = @GMSGFMT@ GMSGFMT = @GMSGFMT@
GNC_CONFIGDIR = @GNC_CONFIGDIR@ GNC_CONFIGDIR = @GNC_CONFIGDIR@
GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@ GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@
GNC_HELPDIR = @GNC_HELPDIR@
GNC_LIBDIR = @GNC_LIBDIR@ GNC_LIBDIR = @GNC_LIBDIR@
GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@ GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@
GNC_SHAREDIR = @GNC_SHAREDIR@ GNC_SHAREDIR = @GNC_SHAREDIR@

View File

@ -333,5 +333,5 @@ guess for i is obtained as follows:
</ol> </ol>
</ol> </ol>
<HR> <HR>
<A HREF="./finutil.html#FinEquation"><IMG SRC="images/back.gif" BORDER=0 HEIGHT=13 WIDTH=7>Return</A> <A HREF="./finutil.html#FinEquation"><IMG SRC="images/back.png" BORDER=0 HEIGHT=13 WIDTH=7>Return</A>
</body> </body>

View File

@ -75,6 +75,7 @@ GMOFILES = @GMOFILES@
GMSGFMT = @GMSGFMT@ GMSGFMT = @GMSGFMT@
GNC_CONFIGDIR = @GNC_CONFIGDIR@ GNC_CONFIGDIR = @GNC_CONFIGDIR@
GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@ GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@
GNC_HELPDIR = @GNC_HELPDIR@
GNC_LIBDIR = @GNC_LIBDIR@ GNC_LIBDIR = @GNC_LIBDIR@
GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@ GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@
GNC_SHAREDIR = @GNC_SHAREDIR@ GNC_SHAREDIR = @GNC_SHAREDIR@

View File

@ -76,6 +76,7 @@ GMOFILES = @GMOFILES@
GMSGFMT = @GMSGFMT@ GMSGFMT = @GMSGFMT@
GNC_CONFIGDIR = @GNC_CONFIGDIR@ GNC_CONFIGDIR = @GNC_CONFIGDIR@
GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@ GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@
GNC_HELPDIR = @GNC_HELPDIR@
GNC_LIBDIR = @GNC_LIBDIR@ GNC_LIBDIR = @GNC_LIBDIR@
GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@ GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@
GNC_SHAREDIR = @GNC_SHAREDIR@ GNC_SHAREDIR = @GNC_SHAREDIR@

View File

@ -73,6 +73,7 @@ GMOFILES = @GMOFILES@
GMSGFMT = @GMSGFMT@ GMSGFMT = @GMSGFMT@
GNC_CONFIGDIR = @GNC_CONFIGDIR@ GNC_CONFIGDIR = @GNC_CONFIGDIR@
GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@ GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@
GNC_HELPDIR = @GNC_HELPDIR@
GNC_LIBDIR = @GNC_LIBDIR@ GNC_LIBDIR = @GNC_LIBDIR@
GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@ GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@
GNC_SHAREDIR = @GNC_SHAREDIR@ GNC_SHAREDIR = @GNC_SHAREDIR@

View File

@ -73,6 +73,7 @@ GMOFILES = @GMOFILES@
GMSGFMT = @GMSGFMT@ GMSGFMT = @GMSGFMT@
GNC_CONFIGDIR = @GNC_CONFIGDIR@ GNC_CONFIGDIR = @GNC_CONFIGDIR@
GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@ GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@
GNC_HELPDIR = @GNC_HELPDIR@
GNC_LIBDIR = @GNC_LIBDIR@ GNC_LIBDIR = @GNC_LIBDIR@
GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@ GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@
GNC_SHAREDIR = @GNC_SHAREDIR@ GNC_SHAREDIR = @GNC_SHAREDIR@

View File

@ -73,6 +73,7 @@ GMOFILES = @GMOFILES@
GMSGFMT = @GMSGFMT@ GMSGFMT = @GMSGFMT@
GNC_CONFIGDIR = @GNC_CONFIGDIR@ GNC_CONFIGDIR = @GNC_CONFIGDIR@
GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@ GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@
GNC_HELPDIR = @GNC_HELPDIR@
GNC_LIBDIR = @GNC_LIBDIR@ GNC_LIBDIR = @GNC_LIBDIR@
GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@ GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@
GNC_SHAREDIR = @GNC_SHAREDIR@ GNC_SHAREDIR = @GNC_SHAREDIR@

View File

@ -73,6 +73,7 @@ GMOFILES = @GMOFILES@
GMSGFMT = @GMSGFMT@ GMSGFMT = @GMSGFMT@
GNC_CONFIGDIR = @GNC_CONFIGDIR@ GNC_CONFIGDIR = @GNC_CONFIGDIR@
GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@ GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@
GNC_HELPDIR = @GNC_HELPDIR@
GNC_LIBDIR = @GNC_LIBDIR@ GNC_LIBDIR = @GNC_LIBDIR@
GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@ GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@
GNC_SHAREDIR = @GNC_SHAREDIR@ GNC_SHAREDIR = @GNC_SHAREDIR@

View File

@ -73,6 +73,7 @@ GMOFILES = @GMOFILES@
GMSGFMT = @GMSGFMT@ GMSGFMT = @GMSGFMT@
GNC_CONFIGDIR = @GNC_CONFIGDIR@ GNC_CONFIGDIR = @GNC_CONFIGDIR@
GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@ GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@
GNC_HELPDIR = @GNC_HELPDIR@
GNC_LIBDIR = @GNC_LIBDIR@ GNC_LIBDIR = @GNC_LIBDIR@
GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@ GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@
GNC_SHAREDIR = @GNC_SHAREDIR@ GNC_SHAREDIR = @GNC_SHAREDIR@

View File

@ -73,6 +73,7 @@ GMOFILES = @GMOFILES@
GMSGFMT = @GMSGFMT@ GMSGFMT = @GMSGFMT@
GNC_CONFIGDIR = @GNC_CONFIGDIR@ GNC_CONFIGDIR = @GNC_CONFIGDIR@
GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@ GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@
GNC_HELPDIR = @GNC_HELPDIR@
GNC_LIBDIR = @GNC_LIBDIR@ GNC_LIBDIR = @GNC_LIBDIR@
GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@ GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@
GNC_SHAREDIR = @GNC_SHAREDIR@ GNC_SHAREDIR = @GNC_SHAREDIR@

View File

@ -73,6 +73,7 @@ GMOFILES = @GMOFILES@
GMSGFMT = @GMSGFMT@ GMSGFMT = @GMSGFMT@
GNC_CONFIGDIR = @GNC_CONFIGDIR@ GNC_CONFIGDIR = @GNC_CONFIGDIR@
GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@ GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@
GNC_HELPDIR = @GNC_HELPDIR@
GNC_LIBDIR = @GNC_LIBDIR@ GNC_LIBDIR = @GNC_LIBDIR@
GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@ GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@
GNC_SHAREDIR = @GNC_SHAREDIR@ GNC_SHAREDIR = @GNC_SHAREDIR@

View File

@ -73,6 +73,7 @@ GMOFILES = @GMOFILES@
GMSGFMT = @GMSGFMT@ GMSGFMT = @GMSGFMT@
GNC_CONFIGDIR = @GNC_CONFIGDIR@ GNC_CONFIGDIR = @GNC_CONFIGDIR@
GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@ GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@
GNC_HELPDIR = @GNC_HELPDIR@
GNC_LIBDIR = @GNC_LIBDIR@ GNC_LIBDIR = @GNC_LIBDIR@
GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@ GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@
GNC_SHAREDIR = @GNC_SHAREDIR@ GNC_SHAREDIR = @GNC_SHAREDIR@

View File

@ -73,6 +73,7 @@ GMOFILES = @GMOFILES@
GMSGFMT = @GMSGFMT@ GMSGFMT = @GMSGFMT@
GNC_CONFIGDIR = @GNC_CONFIGDIR@ GNC_CONFIGDIR = @GNC_CONFIGDIR@
GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@ GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@
GNC_HELPDIR = @GNC_HELPDIR@
GNC_LIBDIR = @GNC_LIBDIR@ GNC_LIBDIR = @GNC_LIBDIR@
GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@ GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@
GNC_SHAREDIR = @GNC_SHAREDIR@ GNC_SHAREDIR = @GNC_SHAREDIR@

View File

@ -73,6 +73,7 @@ GMOFILES = @GMOFILES@
GMSGFMT = @GMSGFMT@ GMSGFMT = @GMSGFMT@
GNC_CONFIGDIR = @GNC_CONFIGDIR@ GNC_CONFIGDIR = @GNC_CONFIGDIR@
GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@ GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@
GNC_HELPDIR = @GNC_HELPDIR@
GNC_LIBDIR = @GNC_LIBDIR@ GNC_LIBDIR = @GNC_LIBDIR@
GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@ GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@
GNC_SHAREDIR = @GNC_SHAREDIR@ GNC_SHAREDIR = @GNC_SHAREDIR@

View File

@ -73,6 +73,7 @@ GMOFILES = @GMOFILES@
GMSGFMT = @GMSGFMT@ GMSGFMT = @GMSGFMT@
GNC_CONFIGDIR = @GNC_CONFIGDIR@ GNC_CONFIGDIR = @GNC_CONFIGDIR@
GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@ GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@
GNC_HELPDIR = @GNC_HELPDIR@
GNC_LIBDIR = @GNC_LIBDIR@ GNC_LIBDIR = @GNC_LIBDIR@
GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@ GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@
GNC_SHAREDIR = @GNC_SHAREDIR@ GNC_SHAREDIR = @GNC_SHAREDIR@

View File

@ -73,6 +73,7 @@ GMOFILES = @GMOFILES@
GMSGFMT = @GMSGFMT@ GMSGFMT = @GMSGFMT@
GNC_CONFIGDIR = @GNC_CONFIGDIR@ GNC_CONFIGDIR = @GNC_CONFIGDIR@
GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@ GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@
GNC_HELPDIR = @GNC_HELPDIR@
GNC_LIBDIR = @GNC_LIBDIR@ GNC_LIBDIR = @GNC_LIBDIR@
GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@ GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@
GNC_SHAREDIR = @GNC_SHAREDIR@ GNC_SHAREDIR = @GNC_SHAREDIR@

View File

@ -73,6 +73,7 @@ GMOFILES = @GMOFILES@
GMSGFMT = @GMSGFMT@ GMSGFMT = @GMSGFMT@
GNC_CONFIGDIR = @GNC_CONFIGDIR@ GNC_CONFIGDIR = @GNC_CONFIGDIR@
GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@ GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@
GNC_HELPDIR = @GNC_HELPDIR@
GNC_LIBDIR = @GNC_LIBDIR@ GNC_LIBDIR = @GNC_LIBDIR@
GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@ GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@
GNC_SHAREDIR = @GNC_SHAREDIR@ GNC_SHAREDIR = @GNC_SHAREDIR@

View File

@ -73,6 +73,7 @@ GMOFILES = @GMOFILES@
GMSGFMT = @GMSGFMT@ GMSGFMT = @GMSGFMT@
GNC_CONFIGDIR = @GNC_CONFIGDIR@ GNC_CONFIGDIR = @GNC_CONFIGDIR@
GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@ GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@
GNC_HELPDIR = @GNC_HELPDIR@
GNC_LIBDIR = @GNC_LIBDIR@ GNC_LIBDIR = @GNC_LIBDIR@
GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@ GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@
GNC_SHAREDIR = @GNC_SHAREDIR@ GNC_SHAREDIR = @GNC_SHAREDIR@

View File

@ -73,6 +73,7 @@ GMOFILES = @GMOFILES@
GMSGFMT = @GMSGFMT@ GMSGFMT = @GMSGFMT@
GNC_CONFIGDIR = @GNC_CONFIGDIR@ GNC_CONFIGDIR = @GNC_CONFIGDIR@
GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@ GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@
GNC_HELPDIR = @GNC_HELPDIR@
GNC_LIBDIR = @GNC_LIBDIR@ GNC_LIBDIR = @GNC_LIBDIR@
GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@ GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@
GNC_SHAREDIR = @GNC_SHAREDIR@ GNC_SHAREDIR = @GNC_SHAREDIR@

View File

@ -56,6 +56,7 @@ bootstrap.scm: bootstrap.scm.in Makefile
sed < $@.in > $@.tmp \ sed < $@.in > $@.tmp \
-e 's:@-VERSION-@:${VERSION}:' \ -e 's:@-VERSION-@:${VERSION}:' \
-e 's:@-GNC_CONFIGDIR-@:${GNC_CONFIGDIR}:' \ -e 's:@-GNC_CONFIGDIR-@:${GNC_CONFIGDIR}:' \
-e 's:@-GNC_SHAREDIR-@:${GNC_SHAREDIR}:' -e 's:@-GNC_SHAREDIR-@:${GNC_SHAREDIR}:' \
-e 's:@-GNC_HELPDIR-@:${GNC_HELPDIR}:'
mv $@.tmp $@ mv $@.tmp $@
CLEANFILES += bootstrap.scm CLEANFILES += bootstrap.scm

View File

@ -73,6 +73,7 @@ GMOFILES = @GMOFILES@
GMSGFMT = @GMSGFMT@ GMSGFMT = @GMSGFMT@
GNC_CONFIGDIR = @GNC_CONFIGDIR@ GNC_CONFIGDIR = @GNC_CONFIGDIR@
GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@ GNC_DOC_INSTALL_DIR = @GNC_DOC_INSTALL_DIR@
GNC_HELPDIR = @GNC_HELPDIR@
GNC_LIBDIR = @GNC_LIBDIR@ GNC_LIBDIR = @GNC_LIBDIR@
GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@ GNC_SCM_INSTALL_DIR = @GNC_SCM_INSTALL_DIR@
GNC_SHAREDIR = @GNC_SHAREDIR@ GNC_SHAREDIR = @GNC_SHAREDIR@
@ -367,7 +368,8 @@ bootstrap.scm: bootstrap.scm.in Makefile
sed < $@.in > $@.tmp \ sed < $@.in > $@.tmp \
-e 's:@-VERSION-@:${VERSION}:' \ -e 's:@-VERSION-@:${VERSION}:' \
-e 's:@-GNC_CONFIGDIR-@:${GNC_CONFIGDIR}:' \ -e 's:@-GNC_CONFIGDIR-@:${GNC_CONFIGDIR}:' \
-e 's:@-GNC_SHAREDIR-@:${GNC_SHAREDIR}:' -e 's:@-GNC_SHAREDIR-@:${GNC_SHAREDIR}:' \
-e 's:@-GNC_HELPDIR-@:${GNC_HELPDIR}:'
mv $@.tmp $@ mv $@.tmp $@
# 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.

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