mirror of
https://github.com/oleid/gnome-shell-teatime.git
synced 2022-04-29 18:53:50 +00:00
proper fix for make check
This commit is contained in:
parent
1445072633
commit
cfe7ed51cb
@ -146,8 +146,12 @@ uninstall:
|
|||||||
rm -f $(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo.m; \
|
rm -f $(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo.m; \
|
||||||
done
|
done
|
||||||
|
|
||||||
check:
|
check: all $(GETTEXT_PACKAGE).pot
|
||||||
|
rm -f missing notexist
|
||||||
|
srcdir=$(srcdir) $(INTLTOOL_UPDATE) -m
|
||||||
|
if [ -r missing -o -r notexist ]; then \
|
||||||
|
exit 1; \
|
||||||
|
fi
|
||||||
|
|
||||||
mostlyclean:
|
mostlyclean:
|
||||||
rm -f *.pox $(GETTEXT_PACKAGE).pot *.old.po cat-id-tbl.tmp
|
rm -f *.pox $(GETTEXT_PACKAGE).pot *.old.po cat-id-tbl.tmp
|
||||||
|
Loading…
Reference in New Issue
Block a user