civodul pushed a commit to branch master
in repository guix.
commit 409c5733224f714096d0e2a665b85d64c96c7088
Author: Ludovic Courtès <[email protected]>
Date: Thu Jan 12 14:59:36 2017 +0100
build: Remove reference to 'doc/emacs.texi'.
This is a followup to deb6276dda81a69da38e842d269c5370a28fa5cf.
* doc/local.mk (EXTRA_DIST): Remove 'emacs.texi'.
---
doc/local.mk | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/doc/local.mk b/doc/local.mk
index 64bd2a5..dc48fc2 100644
--- a/doc/local.mk
+++ b/doc/local.mk
@@ -1,6 +1,6 @@
# GNU Guix --- Functional package management for GNU
# Copyright © 2016 Eric Bavier <[email protected]>
-# Copyright © 2012, 2013, 2014, 2015, 2016 Ludovic Courtès <[email protected]>
+# Copyright © 2012, 2013, 2014, 2015, 2016, 2017 Ludovic Courtès <[email protected]>
# Copyright © 2013 Andreas Enge <[email protected]>
# Copyright © 2016 Taylan Ulrich Bayırlı/Kammer <[email protected]>
# Copyright © 2016 Mathieu Lirzin <[email protected]>
@@ -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) \