prevent myself from shooting in my own foot.

This commit is contained in:
Romain Tartiere 2011-02-13 12:52:08 +00:00
parent 7c8c818a08
commit 04fe89e78c

View file

@ -8,6 +8,10 @@ pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libfreefare.pc
dist-hook:
@if ! grep -q "$$(LC_ALL=C date +'%d %b %Y' | tr '[[:upper:]]' '[[:lower:]]')" NEWS; then \
printf "\033[31;1mBEWARE! The first line from the NEWS file does not contain the current date!\033[0m\n"; \
sleep 3; \
fi
@if test -d "$(srcdir)/.svn"; then \
echo "Creating ChangeLog..." && \
( cd "$(top_srcdir)" && \