Add check for up to date def_data.[ch] in check-dist target.
This commit is contained in:
@@ -341,7 +341,10 @@ install-nls:
|
|||||||
done; \
|
done; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
check-dist: update-pot compile-po
|
mkdefaults:
|
||||||
|
cd plugins/sudoers && exec $(MAKE) DEVEL=1 ./def_data.c ./def_data.h
|
||||||
|
|
||||||
|
check-dist: update-pot compile-po mkdefaults
|
||||||
@if test -d $(srcdir)/.hg && cd $(srcdir); then \
|
@if test -d $(srcdir)/.hg && cd $(srcdir); then \
|
||||||
if test `hg stat -am | wc -l` -ne 0; then \
|
if test `hg stat -am | wc -l` -ne 0; then \
|
||||||
echo "Uncommitted changes" 1>&2; \
|
echo "Uncommitted changes" 1>&2; \
|
||||||
|
Reference in New Issue
Block a user