mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-23 01:16:43 -06:00
6342414fda
of color assignment stable * src/engine/Account.c: add api for tax info * src/engine/kvp_frame.c: handle NULL pointers * src/engine/kvp_doc.txt: add tax kvp keys * doc/gnucash-gdb-cmds: remove, out of date and misc. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3827 57a11ea4-9604-0410-9ed3-97b8803252fd
32 lines
493 B
Makefile
32 lines
493 B
Makefile
|
|
docdir = ${GNC_DOC_INSTALL_DIR}
|
|
|
|
SUBDIRS = examples html sgml
|
|
|
|
doc_DATA = \
|
|
README.francais \
|
|
README.german \
|
|
guile-hackers.txt \
|
|
projects.html
|
|
|
|
man_MANS = \
|
|
gnc-prices.1 \
|
|
gnucash.1
|
|
|
|
EXTRA_DIST = \
|
|
.cvsignore \
|
|
${doc_DATA} \
|
|
Configure-osr5 \
|
|
Configure-uw7 \
|
|
RAW-NOTES \
|
|
README.build-system \
|
|
README.francais \
|
|
README.german \
|
|
README.translator.txt \
|
|
build-aix.txt \
|
|
build-solaris.txt \
|
|
build-suse.txt \
|
|
gnome-hackers.txt \
|
|
gnc-prices.1 \
|
|
gnucash.1
|