gnucash unstable: gnucash.pot target improvements

Geert Janssens gjanssens at code.gnucash.org
Mon Jan 29 15:51:47 EST 2018


Updated	 via  https://github.com/Gnucash/gnucash/commit/99ebeb6b (commit)
	from  https://github.com/Gnucash/gnucash/commit/6e5ac260 (commit)



commit 99ebeb6b5d49e29e16dd18eb82418f6741c1303d
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Mon Jan 29 21:51:38 2018 +0100

    gnucash.pot target improvements
    
    - add simple target called 'pot' so translators can run 'make pot'
    - make gnucash.pot depend on all files with translatable strings. So whenever
      one of these files is changed the potfile will automatically be regenerated
      (if the current target depends on it, like 'pot' or 'dist')
    
    Note the default target (make without anything) does not depend on gnucash.pot
    so the potfile will not automatically be (re)generated when building that target.



Summary of changes:
 po/CMakeLists.txt | 19 +++++++++++++------
 1 file changed, 13 insertions(+), 6 deletions(-)



More information about the gnucash-patches mailing list