summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Kost <alezost@gmail.com>2015-06-08 12:12:37 +0300
committerLudovic Courtès <ludo@gnu.org>2015-06-10 10:03:19 +0200
commit80cd1d89924a87e46d36bd102eff31cd3f95b8d9 (patch)
tree81e99c974581657cd6d5c954db89afbaf2404011
parent329d13b8eab73757a5abe1c7e28fdb930f921499 (diff)
doc: Add 'help2man' to HACKING.
* HACKING: Mention 'help2man'.
-rw-r--r--HACKING1
1 files changed, 1 insertions, 0 deletions
diff --git a/HACKING b/HACKING
index cf10ba5536d..1e742c8454c 100644
--- a/HACKING
+++ b/HACKING
@@ -20,6 +20,7 @@ addition to those mentioned in the installation instructions:
20 - [[http://www.gnu.org/software/automake/][GNU Automake]] 20 - [[http://www.gnu.org/software/automake/][GNU Automake]]
21 - [[http://www.gnu.org/software/gettext/][GNU Gettext]] 21 - [[http://www.gnu.org/software/gettext/][GNU Gettext]]
22 - [[http://www.graphviz.org/][Graphviz]] 22 - [[http://www.graphviz.org/][Graphviz]]
23 - [[http://www.gnu.org/software/help2man/][GNU Help2man]] (optional)
23 24
24Run ‘./bootstrap’ to download the Nix daemon source code and to generate the 25Run ‘./bootstrap’ to download the Nix daemon source code and to generate the
25build system infrastructure using autoconf. It reports an error if an 26build system infrastructure using autoconf. It reports an error if an