summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2019-11-11 15:25:22 +0100
committerAkim Demaille <akim.demaille@gmail.com>2019-11-11 15:59:53 +0100
commitc313360deb7bcd02d1c32dd6594d83dcff83b33f (patch)
tree29de4e54eeedbea678ab992783330f39a03491de /build-aux
parent25698b58c09ea594c215e72f0dcac2bebbb1285e (diff)
downloadbison-c313360deb7bcd02d1c32dd6594d83dcff83b33f.tar.gz
doc: clarify build instructions
* README: A few fixes. Explain how to install color support. * README-hacking: Rename as... * README-hacking.md: this, and convert to Markdown. Improve typography. Improve explanations about update-test.
Diffstat (limited to 'build-aux')
-rwxr-xr-xbuild-aux/update-test6
1 files changed, 4 insertions, 2 deletions
diff --git a/build-aux/update-test b/build-aux/update-test
index cf275a20..e844c81d 100755
--- a/build-aux/update-test
+++ b/build-aux/update-test
@@ -1,8 +1,10 @@
#! /usr/bin/env python
# usage:
-# update-test _build/8d/tests/testsuite.dir/*/testsuite.log
-
+#
+# update-test _build/8d/tests/testsuite.dir/*/testsuite.log
+#
+# from your source tree.
import argparse
import os
import re