From c71979f416df409425391e1de35ec95528ed0f84 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sat, 23 May 2015 15:55:08 +0200 Subject: doc: Add "Running Guix Before It Is Installed". * doc/guix.texi (Running Guix Before It Is Installed): New node. (Packaging Guidelines): Refer to it. --- HACKING | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'HACKING') diff --git a/HACKING b/HACKING index e8f6cc420..cf10ba553 100644 --- a/HACKING +++ b/HACKING @@ -2,7 +2,7 @@ #+TITLE: Hacking GNU Guix and Its Incredible Distro -Copyright © 2012, 2013, 2014 Ludovic Courtès +Copyright © 2012, 2013, 2014, 2015 Ludovic Courtès Copyright © 2013 Nikita Karetnikov Copyright © 2014 Pierre-Antoine Rault @@ -46,17 +46,7 @@ take a look at “info '(guix) Installation'” or send a message to * Running Guix before it is installed -Command-line tools can be used even if you have not run "make install". -To do that, prefix each command with ‘./pre-inst-env’, as in: - - ./pre-inst-env guix build --help - -Similarly, for a Guile session using the Guix modules: - - ./pre-inst-env guile -c '(use-modules (guix utils)) (pk (%current-system))' - -The ‘pre-inst-env’ script sets up all the environment variables -necessary to support this. +See the same-named section in the manual. * The Perfect Setup -- cgit v1.3 From 80cd1d89924a87e46d36bd102eff31cd3f95b8d9 Mon Sep 17 00:00:00 2001 From: Alex Kost Date: Mon, 8 Jun 2015 12:12:37 +0300 Subject: doc: Add 'help2man' to HACKING. * HACKING: Mention 'help2man'. --- HACKING | 1 + 1 file changed, 1 insertion(+) (limited to 'HACKING') diff --git a/HACKING b/HACKING index cf10ba553..1e742c845 100644 --- a/HACKING +++ b/HACKING @@ -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 -- cgit v1.3