diff options
author | Alex Kost <alezost@gmail.com> | 2015-06-08 12:12:37 +0300 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-06-10 10:03:19 +0200 |
commit | 80cd1d89924a87e46d36bd102eff31cd3f95b8d9 (patch) | |
tree | 81e99c974581657cd6d5c954db89afbaf2404011 /HACKING | |
parent | 329d13b8eab73757a5abe1c7e28fdb930f921499 (diff) | |
download | patches-80cd1d89924a87e46d36bd102eff31cd3f95b8d9.tar patches-80cd1d89924a87e46d36bd102eff31cd3f95b8d9.tar.gz |
doc: Add 'help2man' to HACKING.
* HACKING: Mention 'help2man'.
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ addition to those mentioned in the installation instructions: - [[http://www.gnu.org/software/automake/][GNU Automake]] - [[http://www.gnu.org/software/gettext/][GNU Gettext]] - [[http://www.graphviz.org/][Graphviz]] + - [[http://www.gnu.org/software/help2man/][GNU Help2man]] (optional) Run ‘./bootstrap’ to download the Nix daemon source code and to generate the build system infrastructure using autoconf. It reports an error if an |