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

@ -82,6 +82,12 @@ https://tuxpaint.org/
* Russian translaton
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)
* Improvements to Stamp tool:
---------------------------