diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-04-16 15:04:55 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-04-16 18:33:21 +0200 |
commit | 33f3fef383d066460b4bffc4b5af89b639cb55f3 (patch) | |
tree | b71422fc3626589f6c4f1a9d42a7502dd2906586 | |
parent | 90ec7085793700552359d9d409287528437f0280 (diff) | |
download | patches-33f3fef383d066460b4bffc4b5af89b639cb55f3.tar patches-33f3fef383d066460b4bffc4b5af89b639cb55f3.tar.gz |
doc: Remove bogus index entry.
* doc/guix.texi (Build Systems): Remove bogus and redundant entry for
'copy-build-system'.
-rw-r--r-- | doc/guix.texi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index ef5f68db24..13c39427b8 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -6171,7 +6171,6 @@ if they are defined by the crate. @defvr {Scheme Variable} copy-build-system -@cindex (copy build system) This variable is exported by @code{(guix build-system copy)}. It supports builds of simple packages that don't require much compiling, mostly just moving files around. |