mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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.
This commit is contained in:
parent
3f84f48415
commit
ac86ca949f
@ -146,7 +146,7 @@ ENDIF ()
|
|||||||
|
|
||||||
IF(BUILDING_FROM_VCS)
|
IF(BUILDING_FROM_VCS)
|
||||||
|
|
||||||
MAKE_GNUCASH_POTFILES()
|
# MAKE_GNUCASH_POTFILES()
|
||||||
|
|
||||||
find_program(INTLTOOL_EXTRACT NAMES intltool-extract)
|
find_program(INTLTOOL_EXTRACT NAMES intltool-extract)
|
||||||
find_program(XGETTEXT xgettext)
|
find_program(XGETTEXT xgettext)
|
||||||
|
Loading…
Reference in New Issue
Block a user