gnucash master: Disable regeneration of POTFILES.in

John Ralls jralls at code.gnucash.org
Mon Sep 11 15:24:30 EDT 2017


Updated	 via  https://github.com/Gnucash/gnucash/commit/ac86ca94 (commit)
	from  https://github.com/Gnucash/gnucash/commit/3f84f484 (commit)



commit ac86ca949f1e76c0ce55e74c2ec8e094a6bfb550
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Sep 11 12:18:57 2017 -0700

    Disable regeneration of POTFILES.in
    
    On Windows CMake converts "\n" to CRLF, which causes xgettext to
    mangle paths with [type: gettext/gsettings] in front of them and
    also dirties the source directory with uncommittable changes.
    The autotools build doesn't regenerate POTFILES.in and we've historically
    maintained it by hand.

diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt
index e336cff..872d388 100644
--- a/po/CMakeLists.txt
+++ b/po/CMakeLists.txt
@@ -146,7 +146,7 @@ ENDIF ()
 
 IF(BUILDING_FROM_VCS)
 
-  MAKE_GNUCASH_POTFILES()
+#  MAKE_GNUCASH_POTFILES()
 
   find_program(INTLTOOL_EXTRACT NAMES intltool-extract)
   find_program(XGETTEXT xgettext)



Summary of changes:
 po/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list