diff options
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/po/Makefile b/po/Makefile index ddd6ca09..bf766c58 100644 --- a/po/Makefile +++ b/po/Makefile @@ -18,6 +18,9 @@ install: all clean: rm -f *~ *.[oas] *.mo $(GOALS) TAGS +%.h: + @touch $@ + %.mo: %.po msgfmt -o $@ $< |