mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-23 01:16:43 -06:00
f0b6be6d8e
It is not yet fully integrated into the build system. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2654 57a11ea4-9604-0410-9ed3-97b8803252fd
31 lines
481 B
Makefile
31 lines
481 B
Makefile
|
|
docdir = ${GNC_DOC_INSTALL_DIR}
|
|
|
|
SUBDIRS = examples html sgml
|
|
|
|
doc_DATA = \
|
|
README.francais \
|
|
README.german \
|
|
guile-hackers.txt
|
|
|
|
man_MANS = \
|
|
gnc-prices.1 \
|
|
gnucash.1
|
|
|
|
EXTRA_DIST = \
|
|
.cvsignore \
|
|
${doc_DATA} \
|
|
Configure-osr5 \
|
|
Configure-uw7 \
|
|
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 \
|
|
gnucash-gdb-cmds
|