]> code.delx.au - gnu-emacs/commitdiff
Looking for .bzr as a check for top-level directory will soon be a bad idea.
authorEric S. Raymond <esr@thyrsus.com>
Sat, 25 Oct 2014 20:11:24 +0000 (16:11 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Sat, 25 Oct 2014 20:11:24 +0000 (16:11 -0400)
Fortunately the other two checks should be quite sufficient.

admin/check-doc-strings

index a0b5acb623f1e04d532655e8c280ee37045e3c81..13e8b0cd8e71fb66195cd63ad7d2e6d359670536 100755 (executable)
@@ -18,7 +18,7 @@ formal parameters, docstrings, and lispref texi.
 This program is in the public domain.\n";
 
 die $usage if @ARGV;
-die $usage unless -r "src/alloc.c" && -d ".bzr" && -d "lisp";
+die $usage unless -r "src/alloc.c" && -d "lisp";
 
 my %texi_funtype;
 my %texi_arglist;