diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-02-21 22:27:13 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-02-21 22:28:20 +0100 |
commit | 49e0ca90bcccf01eca34b1e781b70b1560915c57 (patch) | |
tree | aeed6eae224b7cc67cd93ea8a9479701328395b8 /doc.am | |
parent | d5df6fc755156208816c4f8bdb16528dedbf78bd (diff) | |
download | guix-49e0ca90bcccf01eca34b1e781b70b1560915c57.tar guix-49e0ca90bcccf01eca34b1e781b70b1560915c57.tar.gz |
doc: Add Texinfo HTML cross-reference file.
Fixes <http://bugs.gnu.org/22543>.
* doc/htmlxref.cnf: New file.
* doc.am (EXTRA_DIST): Add it.
Diffstat (limited to 'doc.am')
-rw-r--r-- | doc.am | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -35,6 +35,7 @@ DOT_VECTOR_GRAPHICS = \ $(DOT_FILES:%.dot=%.pdf) EXTRA_DIST += \ + doc/htmlxref.cnf \ doc/contributing.texi \ doc/emacs.texi \ doc/fdl-1.3.texi \ |