Ensure trans dir exists when making .mo files

Helps get `make clean && make -j` (parallel build) to work.
h/t bkw @ slackbuilds
This commit is contained in:
Bill Kendrick 2023-05-28 11:14:11 -07:00
parent 33394f397b
commit 9ab7fdba13
2 changed files with 8 additions and 2 deletions

View file

@ -4,7 +4,7 @@
# Various contributors (see AUTHORS.txt) # Various contributors (see AUTHORS.txt)
# https://tuxpaint.org/ # https://tuxpaint.org/
# June 14, 2002 - May 20, 2023 # June 14, 2002 - May 28, 2023
# The version number, for release: # The version number, for release:
@ -535,7 +535,7 @@ endif
# Build the translation files for gettext # Build the translation files for gettext
$(MOFILES): trans/%.mo: src/po/%.po $(MOFILES): trans/%.mo: src/po/%.po trans
msgfmt -o $@ $< msgfmt -o $@ $<
%.desktop: %.desktop.in $(POTFILES) %.desktop: %.desktop.in $(POTFILES)

View file

@ -82,6 +82,12 @@ https://tuxpaint.org/
* Russian translaton * Russian translaton
Olesya Gerasimenko <translation-team@basealt.ru> Olesya Gerasimenko <translation-team@basealt.ru>
* Ports & Building:
-----------------
* Ensure `trans` dir. exists, for parallel builds (`make -j`)
Bill Kendrick <bill@newbreedsoftware.com>
h/t bkw @ slackbuilds
2023.May.18 (0.9.30) 2023.May.18 (0.9.30)
* Improvements to Stamp tool: * Improvements to Stamp tool:
--------------------------- ---------------------------