mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-20 11:48:30 -06:00
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5799 57a11ea4-9604-0410-9ed3-97b8803252fd
30 lines
456 B
Makefile
30 lines
456 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} \
|
|
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
|