bk: 676fca83hfW6KQTxNZ5eYnxQFbeO0Q
---
* [Bug 3960] Remove duplicate ntp.conf.def content, reported by
Ulrich Windl. <stenn@ntp.org>
+* Makefile.am: Another tweak to check-local. <stenn@ntp.org>
* cleanup github-specific files. <stenn@ntp.org>
* Add COPYRIGHT.md and LICENSE.md. <stenn@ntp.org>
* Makefile.am: Fix distcheck problem with check-local. <stenn@ntp.org>
fi
check-local:
- if bk version > /dev/null 2>&1 && [ -d $(top_srcdir)/BitKeeper/etc ];then \
+ if [ -d $(top_srcdir)/BitKeeper/etc/ \
+ -a bk version > /dev/null 2>&1 ];then \
scripts/build/checkAuthors $(top_srcdir)/BitKeeper/etc/authors.txt $(top_srcdir)/BitKeeper/etc/Authors; \
fi