diff options
author | Ludovic Courtès <ludo@gnu.org> | 2017-01-12 14:59:36 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-01-12 14:59:36 +0100 |
commit | 409c5733224f714096d0e2a665b85d64c96c7088 (patch) | |
tree | 605588b0d92e6a4998f015dcaeaeb039183abc81 /doc | |
parent | 7bb2b10cd01a076d7d5e964ed433e62846042859 (diff) | |
download | guix-409c5733224f714096d0e2a665b85d64c96c7088.tar guix-409c5733224f714096d0e2a665b85d64c96c7088.tar.gz |
build: Remove reference to 'doc/emacs.texi'.
This is a followup to deb6276dda81a69da38e842d269c5370a28fa5cf.
* doc/local.mk (EXTRA_DIST): Remove 'emacs.texi'.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/local.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/local.mk b/doc/local.mk index 64bd2a5169..dc48fc22bf 100644 --- a/doc/local.mk +++ b/doc/local.mk @@ -1,6 +1,6 @@ # GNU Guix --- Functional package management for GNU # Copyright © 2016 Eric Bavier <bavier@member.fsf.org> -# Copyright © 2012, 2013, 2014, 2015, 2016 Ludovic Courtès <ludo@gnu.org> +# Copyright © 2012, 2013, 2014, 2015, 2016, 2017 Ludovic Courtès <ludo@gnu.org> # Copyright © 2013 Andreas Enge <andreas@enge.fr> # Copyright © 2016 Taylan Ulrich Bayırlı/Kammer <taylanbayirli@gmail.com> # Copyright © 2016 Mathieu Lirzin <mthl@gnu.org> @@ -37,7 +37,6 @@ DOT_VECTOR_GRAPHICS = \ EXTRA_DIST += \ %D%/htmlxref.cnf \ %D%/contributing.texi \ - %D%/emacs.texi \ %D%/fdl-1.3.texi \ $(DOT_FILES) \ $(DOT_VECTOR_GRAPHICS) \ |