Restructure installed locations of tax related files

They are now under gnucash/locale/{us,de_DE}. This introduces a directory to add
any scm code that is locale specific. For now it's limited to tax rules for
the US or Germany.
This commit is contained in:
Geert Janssens
2019-08-22 16:12:20 +02:00
parent d31a23d369
commit 2af0fa9849
9 changed files with 23 additions and 23 deletions

View File

@@ -17,7 +17,7 @@
;; Boston, MA 02110-1301, USA gnu@gnu.org
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(define-module (gnucash tax-de_DE))
(define-module (gnucash locale de_DE tax))
(use-modules (gnucash gnc-module))
(eval-when
@@ -54,5 +54,5 @@
(export gnc:*tax-label* gnc:*tax-nr-label*)
(load-from-path "gnucash/tax-de_DE/txf-de_DE")
(load-from-path "gnucash/tax-de_DE/txf-help-de_DE")
(load-from-path "gnucash/locale/de_DE/tax/txf")
(load-from-path "gnucash/locale/de_DE/tax/txf-help")