summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2011-12-10 18:26:52 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2011-12-10 20:11:09 +0100
commit9508ef35139a066171cb6aedfa63000482477495 (patch)
tree822e0cdb2d2eb90c79db0e6c6d7b7e3e22abe55d /HACKING
parent6416c6b854a6a24070d93c426f0f668657558af8 (diff)
downloadautomake-9508ef35139a066171cb6aedfa63000482477495.tar.gz
release: don't run "make distcheck" automatically
* Makefile.am (git-dist): The developers should test extensively before finally creating the release tarball; so don't run "make distcheck" on their behalf here; instead ... * HACKING (Release procedure): ... state here that "make check" and "make distcheck" should be run before calling "make git-dist".
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING b/HACKING
index b6f214fcc..755bffd31 100644
--- a/HACKING
+++ b/HACKING
@@ -203,7 +203,7 @@
* Update ChangeLog.
-* Run ./bootstrap, ./configure, make.
+* Run "./bootstrap && ./configure && make && make check && make distcheck".
* Run `make release-stats' if release statistics in doc/automake.texi
have not been updated yet.