mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
It is split into - /libgnucash (for the non-gui bits) - /gnucash (for the gui) - /common (misc source files used by both) - /bindings (currently only holds python bindings) This is the first step in restructuring the code. It will need much more fine tuning later on.
22 lines
576 B
Makefile
22 lines
576 B
Makefile
|
|
info_TEXINFOS = gnucash-design.texi
|
|
gnucash_design_TEXINFOS = \
|
|
component-manager.texi \
|
|
concept-index.texi \
|
|
engine.texi \
|
|
fdl.texi \
|
|
function-index.texi \
|
|
intro.texi \
|
|
register.texi \
|
|
reports.texi \
|
|
top-level.texi \
|
|
type-index.texi \
|
|
user-preferences.texi
|
|
|
|
# These should included as part of the automake rule set. Perhaps I
|
|
# have a version skew between automake and texinfo.
|
|
DISTCLEANFILES = gnucash-design.cps gnucash-design.fns gnucash-design.tps
|
|
MAINTAINERCLEANFILES = gnucash-design.info gnucash-design.info-[0-9]*
|
|
|
|
EXTRA_DIST = CMakeLists.txt
|