diff options
Diffstat (limited to 'perl-install/Makefile.drakxtools')
-rw-r--r-- | perl-install/Makefile.drakxtools | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/perl-install/Makefile.drakxtools b/perl-install/Makefile.drakxtools index 023f98f17..18f716fb6 100644 --- a/perl-install/Makefile.drakxtools +++ b/perl-install/Makefile.drakxtools @@ -82,3 +82,8 @@ install: ln -s {logdrake,$(SBINDEST)/draklog} ln -s {mousedrake,$(SBINDEST)/drakmouse} ln -s {scannerdrake,$(SBINDEST)/drakscanner} + +check: + rm -f share/po/libDrakX.pot standalone/po/libDrakX-standalone.pot + @make -C share/po libDrakX.pot + @make -C standalone/po libDrakX-standalone.pot
\ No newline at end of file |