diff options
| author | Olivier Schneider <[email protected]> | 2026-03-31 15:36:55 +0200 |
|---|---|---|
| committer | mbkma <[email protected]> | 2026-04-29 22:20:37 +0200 |
| commit | 686b325fa745d9f9db9d30899375b5ca5404f9c6 (patch) | |
| tree | 8155dd69c8d2cc520edf95bfd8825004422d6e8c /po | |
| parent | 373eea5b6b1ba027000e09442c7513ba7bf96174 (diff) | |
| download | pluma-686b325fa745d9f9db9d30899375b5ca5404f9c6.tar.bz2 pluma-686b325fa745d9f9db9d30899375b5ca5404f9c6.tar.xz | |
prevent po updates when generating pot files
Diffstat (limited to 'po')
| -rw-r--r-- | po/Makevars | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/po/Makevars b/po/Makevars index c03ef084..bffad2c4 100644 --- a/po/Makevars +++ b/po/Makevars @@ -69,11 +69,11 @@ 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 # "no". Set this to no if the POT file and PO files are maintained # externally. -DIST_DEPENDS_ON_UPDATE_PO = yes +DIST_DEPENDS_ON_UPDATE_PO = no $(DOMAIN).pot-update: export GETTEXTDATADIRS = $(top_srcdir) |
