mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
This was discussed in more detail here: http://lists.gnucash.org/pipermail/gnucash-devel/2011-June/032066.html This might change the default location where the documentation is installed to. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20736 57a11ea4-9604-0410-9ed3-97b8803252fd
22 lines
339 B
Makefile
22 lines
339 B
Makefile
|
|
doc_DATA = \
|
|
Money95bank_fr.qif \
|
|
Money95invst_fr.qif \
|
|
Money95mfunds_fr.qif \
|
|
Money95stocks_fr.qif \
|
|
README \
|
|
abc-all.qif \
|
|
abc.qif \
|
|
bogus.qif \
|
|
cbb-export.qif \
|
|
currency_tree_xml.gnucash \
|
|
every.qif \
|
|
ms-money.qif \
|
|
quicktest.qif \
|
|
swipe.qif \
|
|
taxreport.gnucash \
|
|
web.qif
|
|
|
|
EXTRA_DIST = \
|
|
${doc_DATA}
|