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:
parent
33394f397b
commit
9ab7fdba13
2 changed files with 8 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -4,7 +4,7 @@
|
|||
# Various contributors (see AUTHORS.txt)
|
||||
# https://tuxpaint.org/
|
||||
|
||||
# June 14, 2002 - May 20, 2023
|
||||
# June 14, 2002 - May 28, 2023
|
||||
|
||||
|
||||
# The version number, for release:
|
||||
|
|
@ -535,7 +535,7 @@ endif
|
|||
|
||||
# Build the translation files for gettext
|
||||
|
||||
$(MOFILES): trans/%.mo: src/po/%.po
|
||||
$(MOFILES): trans/%.mo: src/po/%.po trans
|
||||
msgfmt -o $@ $<
|
||||
|
||||
%.desktop: %.desktop.in $(POTFILES)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue