gnucash/libgnucash
Geert Janssens 53f59f7794 RptCleanup - Restructure installation of gnucash scm files
These files were installed fairly ad-hoc into the share/gnucash/scm directory making
it hard to get an idea of where each file comes from.
The files are now structured as follows:
- any scm file authored by gnucash should go in share/gnucash/scm/gnucash or below
- most scm modules will be directly in that directory
- each module that comes with support files will get a subdirectory named after the
  module's base name. For example next to engine.scm there will be directory
  named engine for all support files of the engine module
- scm files that are not modules, but are loaded by modules go into
  <module-dir>. For example gnc-utils.scm loads gnc-menu-extensions.scm
  so that file will be installed in gnc-utils/gnc-menu-extensions.scm
- the report system is our largest module and only part of the restructuring
  is done at this point. It will be refined further in future commits.

The same restructuring is also done for the compiled files.
2019-06-18 14:25:04 +02:00
..
app-utils RptCleanup - Restructure installation of gnucash scm files 2019-06-18 14:25:04 +02:00
backend Add a +0000 offset to ISO8601 timestamps in the XML backend. 2019-05-27 14:51:06 -07:00
core-utils Bug 773198 - Move several reports to Example directory/menu 2019-06-12 15:38:36 +02:00
doc Merge branch 'maint' 2019-06-09 12:43:12 -07:00
engine RptCleanup - Restructure installation of gnucash scm files 2019-06-18 14:25:04 +02:00
gnc-module Prevent autocompilation of the guile test scripts 2019-05-25 10:09:12 +02:00
quotes Bump minimum cmake version to 3.5 2019-05-25 12:04:51 +02:00
scm Build or link all Scheme test files into a directory "tests". 2019-05-25 10:09:07 +02:00
tax RptCleanup - Restructure installation of gnucash scm files 2019-06-18 14:25:04 +02:00
CMakeLists.txt Lowercase cmake commands 2018-05-03 23:18:15 +02:00