Browse Source
maint: Fix invalid calls to 'info'.
* HACKING <Contributing>: Remove name of the manual from the item argument.
* README <Installation>: Likewise.
wip-git-https
Mathieu Lirzin
6 years ago
No known key found for this signature in database
GPG Key ID: ADEE10094604D37
2 changed files with
3 additions and
3 deletions
-
HACKING
-
README
|
|
@ -3,7 +3,7 @@ |
|
|
|
#+TITLE: Hacking GNU Guix and Its Incredible Distro |
|
|
|
|
|
|
|
Copyright © 2012, 2013, 2014, 2016 Ludovic Courtès <ludo@gnu.org> |
|
|
|
Copyright © 2015 Mathieu Lirzin <mthl@openmailbox.org> |
|
|
|
Copyright © 2015, 2017 Mathieu Lirzin <mthl@gnu.org> |
|
|
|
Copyright © 2017 Leo Famulari <leo@famulari.name> |
|
|
|
|
|
|
|
Copying and distribution of this file, with or without modification, |
|
|
@ -14,7 +14,7 @@ Copyright © 2017 Leo Famulari <leo@famulari.name> |
|
|
|
|
|
|
|
See the manual for useful hacking informations, either by running |
|
|
|
|
|
|
|
info -f doc/guix.info "(guix) Contributing" |
|
|
|
info -f doc/guix.info "Contributing" |
|
|
|
|
|
|
|
or by checking the [[http://www.gnu.org/software/guix/manual/guix.html#Contributing][web copy of the manual]]. |
|
|
|
|
|
|
|
|
|
@ -42,7 +42,7 @@ When `--disable-daemon' was passed, you instead need the following: |
|
|
|
|
|
|
|
See the manual for the installation instructions, either by running |
|
|
|
|
|
|
|
info -f doc/guix.info "(guix) Installation" |
|
|
|
info -f doc/guix.info "Installation" |
|
|
|
|
|
|
|
or by checking the [[http://www.gnu.org/software/guix/manual/guix.html#Installation][web copy of the manual]]. |
|
|
|
|
|
|
|