mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
* src/scm/report/net-barchart.scm: New file, it is the merger of income-expense-graph.scm and net-worth-timeseries.scm. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4052 57a11ea4-9604-0410-9ed3-97b8803252fd
38 lines
750 B
Makefile
38 lines
750 B
Makefile
|
|
gncscmdir = ${GNC_SCM_INSTALL_DIR}/report
|
|
|
|
gncscm_DATA = \
|
|
account-piecharts.scm \
|
|
account-summary.scm \
|
|
average-balance.scm \
|
|
balance-sheet.scm \
|
|
category-barchart.scm \
|
|
hello-world.scm \
|
|
iframe-url.scm \
|
|
income-expense-graph.scm \
|
|
net-barchart.scm \
|
|
net-worth-timeseries.scm \
|
|
pnl.scm \
|
|
portfolio.scm \
|
|
register.scm \
|
|
report-list.scm \
|
|
stylesheet-fancy.scm \
|
|
stylesheet-plain.scm \
|
|
taxtxf.scm \
|
|
transaction-report.scm \
|
|
txf-export-help.scm \
|
|
txf-export.scm \
|
|
view-column.scm \
|
|
welcome-to-gnucash.scm
|
|
|
|
EXTRA_DIST = \
|
|
.cvsignore \
|
|
${gncscm_DATA}
|
|
|
|
guile-strings.c: ${gncscm_DATA}
|
|
rm -f guile-strings.c
|
|
guile -s ../xgettext.scm ${gncscm_DATA}
|
|
CLEANFILES += guile-strings.c
|
|
|
|
all-local: guile-strings.c
|