mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-03 16:15:27 +00:00
remove false positive for out of date documentation
This commit is contained in:
13
util/kit.sh
13
util/kit.sh
@@ -15,7 +15,7 @@
|
|||||||
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||||
# PERFORMANCE OF THIS SOFTWARE.
|
# PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
# $Id: kit.sh,v 1.35 2009/07/16 23:47:55 tbox Exp $
|
# $Id: kit.sh,v 1.36 2009/08/14 06:17:20 marka Exp $
|
||||||
|
|
||||||
# Make a release kit
|
# Make a release kit
|
||||||
#
|
#
|
||||||
@@ -142,7 +142,16 @@ done
|
|||||||
|
|
||||||
# check that documentation has been updated properly; issue a warning
|
# check that documentation has been updated properly; issue a warning
|
||||||
# if it hasn't
|
# if it hasn't
|
||||||
if test doc/arm/Bv9ARM-book.xml -nt doc/arm/Bv9ARM.html
|
ok=
|
||||||
|
for f in doc/arm/*.html
|
||||||
|
do
|
||||||
|
if test "$f" -nt doc/arm/Bv9ARM-book.xml
|
||||||
|
then
|
||||||
|
ok=ok
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
|
||||||
|
if test "$ok" != ok
|
||||||
then
|
then
|
||||||
echo "WARNING: ARM source is newer than the html version."
|
echo "WARNING: ARM source is newer than the html version."
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user