diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-08-03 15:38:42 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-08-03 16:00:09 +0200 |
commit | 1eb43cc30b78436414e3ca55ba44c70c27bf21aa (patch) | |
tree | b9fbd635421eb9f83b819a09dc1b4043e2abc0f0 /doc | |
parent | d76f44e84c2add2d35375c4e0c18efe69a760562 (diff) | |
download | guix-1eb43cc30b78436414e3ca55ba44c70c27bf21aa.tar guix-1eb43cc30b78436414e3ca55ba44c70c27bf21aa.tar.gz |
doc: Update Texinfo HTML cross-reference file..
* doc/htmlxref.cnf: Add entries for 'find' and 'mcron'.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/htmlxref.cnf | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/htmlxref.cnf b/doc/htmlxref.cnf index 559cdce5aa..bd2eb5f147 100644 --- a/doc/htmlxref.cnf +++ b/doc/htmlxref.cnf @@ -1,7 +1,7 @@ # htmlxref.cnf - reference file for free Texinfo manuals on the web. # Modified by Ludovic Courtès <ludo@gnu.org> for the GNU Guix manual. -htmlxrefversion=2016-03-30.07; # UTC +htmlxrefversion=2016-08-03.13; # UTC # Copyright 2010, 2011, 2012, 2013, 2014, 2015 Free Software Foundation, Inc. # @@ -224,6 +224,9 @@ emacs-muse node ${GS}/emacs-muse/manual/html_node/ emms node ${GS}/emms/manual/ +# The file is called 'find.info' but the package is 'findutils'. +find mono ${GS}/findutils/manual/html_mono/find.html +find node ${GS}/findutils/manual/html_node/find_html findutils mono ${GS}/findutils/manual/html_mono/find.html findutils node ${GS}/findutils/manual/html_node/find_html @@ -468,6 +471,9 @@ mailutils node ${GS}/mailutils/manual/html_node/ make mono ${GS}/make/manual/make.html make node ${GS}/make/manual/html_node/ +mcron mono ${GS}/mcron/manual/mcron.html +mcron node ${GS}/mcron/manual/html_node/ + mdk mono ${GS}/mdk/manual/mdk.html mdk node ${GS}/mdk/manual/html_node/ |