diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-11-17 18:02:05 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-11-17 18:58:38 +0100 |
commit | c6fabc5e5798b9ab42578d0f98df77651137953c (patch) | |
tree | 5d10875948d48a0b907a29f6cecfc4bf4c16aca8 /doc.am | |
parent | 02754a5e5206b5a072686f395a548a5ef06df5d8 (diff) | |
download | patches-c6fabc5e5798b9ab42578d0f98df77651137953c.tar patches-c6fabc5e5798b9ab42578d0f98df77651137953c.tar.gz |
build: Add doc/emacs.texi to the distribution.
* doc.am (EXTRA_DIST): Add doc/emacs.texi.
Diffstat (limited to 'doc.am')
-rw-r--r-- | doc.am | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ info_TEXINFOS = doc/guix.texi EXTRA_DIST += \ + doc/emacs.texi \ doc/fdl-1.3.texi \ doc/images/bootstrap-graph.dot \ doc/images/bootstrap-graph.eps \ |