[geany/geany] bcadc6: Switch PO_DEPENDS_ON_POT to no (#3089)
David Yang
git-noreply at xxxxx
Sun Jan 9 20:50:43 UTC 2022
Branch: refs/heads/master
Author: David Yang <davidyang6us at gmail.com>
Committer: GitHub <noreply at github.com>
Date: Sun, 09 Jan 2022 20:50:43 UTC
Commit: bcadc6aba428dbc3821720266b2147b7a59d6bff
https://github.com/geany/geany/commit/bcadc6aba428dbc3821720266b2147b7a59d6bff
Log Message:
-----------
Switch PO_DEPENDS_ON_POT to no (#3089)
Stops generating/changing masses of translation files on every build.
Modified Paths:
--------------
.gitignore
po/Makevars
Modified: .gitignore
1 lines changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -107,6 +107,7 @@ Makefile.in
/po/*.sed
/po/*.sin
/po/stamp-it
+/po/stamp-po
#-----------------------------------------------------------------------
# /src/
Modified: po/Makevars
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -73,7 +73,7 @@ MSGINIT_OPTIONS =
# has changed. Possible values are "yes" and "no". Set this to no if
# the POT file is checked in the repository and the version control
# program ignores timestamps.
-PO_DEPENDS_ON_POT = yes
+PO_DEPENDS_ON_POT = no
# This tells whether or not to forcibly update $(DOMAIN).pot and
# regenerate PO files on "make dist". Possible values are "yes" and
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list