prevent myself from shooting in my own foot.
This commit is contained in:
parent
7c8c818a08
commit
04fe89e78c
1 changed files with 4 additions and 0 deletions
|
@ -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)" && \
|
||||
|
|
Loading…
Reference in a new issue