enable accounts translation

Christian Stimming stimming@tuhh.de
Mon, 09 Dec 2002 14:28:03 +0100


[NB: you computer time is one day and a half in the future. You might 
want to fix that. But that's the reason why this spamassasin tool 
believes your email might be spam.]

Nikos Charonitakis wrote:

> i created a  new el directory in accounts .
> how can i make config to recognize and build it?

1) In configure.in near the end, in the list for the macro AC_OUTPUT, 
you need to add the line
accounts/el/Makefile
right next to the other accounts/... lines.

2) In the file accounts/Makefile.am in the variable definition for 
SUBDIRS, you just need to add the value "el".

3) In your newly created accounts/el/ directory, you need to create a 
file Makefile.am, which you probably just copy from some of the other 
accounts/... directories. Insert the "el" entry instead of the other 
language name. If you added/removed some acctchrt_*.gnucash-xea files, 
add or remove the respective lines for the account_DATA variable in the 
Makefile.am file.

That's it. If you want to submit your final account templated to the 
gnucash distribution, feel free to email a .tar.gz package or a diff to 
gnucash-patches@gnucash.org (maybe CC to me)

Thank you very much for your contribution.

Christian