diff options
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index 8aef85a9..91e94cd5 100644 --- a/po/Makefile +++ b/po/Makefile @@ -5,7 +5,7 @@ LANGS = $(shell ls *.po | xargs -i basename {} .po ) PGOAL = mdkonline GOALS = $(foreach a, $(LANGS), $(a).mo) -PL_FILES = ../mdkonline ../mdkupdate ../mdkapplet +PL_FILES = ../mdkonline ../mdkupdate ../mdkapplet ../mdkonline_tui POFILES = $(shell ls *.po) |