mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
@@ -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")
|
||||
Reference in New Issue
Block a user