summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPhilipp Gesang <phg42.2a@gmail.com>2014-07-24 22:35:01 +0200
committerPhilipp Gesang <phg42.2a@gmail.com>2014-07-24 22:35:01 +0200
commit1df81cbdd55a0e40b4f8c7ee9e4a6d836a6d8562 (patch)
treed297217a0d2791350b05fe687ef1ceaae93ff157 /doc
parenteb9d41d52ea5168284472a7290bce7a579ba1794 (diff)
downloadluaotfload-1df81cbdd55a0e40b4f8c7ee9e4a6d836a6d8562.tar.gz
[doc] document the --conf and --dumpconf options
Diffstat (limited to 'doc')
-rw-r--r--doc/luaotfload-tool.rst13
-rw-r--r--doc/luaotfload.conf.rst9
2 files changed, 19 insertions, 3 deletions
diff --git a/doc/luaotfload-tool.rst b/doc/luaotfload-tool.rst
index 4b1a934..99e3fb2 100644
--- a/doc/luaotfload-tool.rst
+++ b/doc/luaotfload-tool.rst
@@ -6,7 +6,7 @@
generate and query the Luaotfload font names database
-----------------------------------------------------------------------
-:Date: 2014-03-30
+:Date: 2014-07-24
:Copyright: GPL v2.0
:Version: 2.5
:Manual section: 1
@@ -42,6 +42,8 @@ SYNOPSIS
**luaotfload-tool** --diagnose=CHECK
+**luaotfload-tool** --conf=FILE --dumpconf
+
DESCRIPTION
=======================================================================
@@ -277,6 +279,13 @@ miscellaneous
commas, e.g. ``--diagnose=files,permissions``.
Specify ``thorough`` to run all checks.
+--conf=FILE Read the configuration from *FILE*. See
+ **luaotfload.conf**\(%) for documentation
+ concerning the format and available options.
+--dumpconf Print the currently active configuration; the
+ output can be saved to a file and used for
+ bootstrapping a custom configuration files.
+
FILES
=======================================================================
@@ -297,7 +306,7 @@ them with the next run of *LuaTeX*.
SEE ALSO
=======================================================================
-**luatex** (1), **lua** (1)
+**luaotfload.conf**\(5), **luatex**\(1), **lua**\(1)
* ``texdoc luaotfload`` to display the manual for the *Luaotfload*
package
diff --git a/doc/luaotfload.conf.rst b/doc/luaotfload.conf.rst
index 774095b..b0d19d9 100644
--- a/doc/luaotfload.conf.rst
+++ b/doc/luaotfload.conf.rst
@@ -55,7 +55,14 @@ along with lots of other information.
To observe the difference in behavior, save above snippet to
``./luaotfload.conf`` and update the font index: ::
- luaotfload --update --force
+ luaotfload-tool --update --force
+
+The current configuration can be written to disk using
+**luaotfload-tool**: ::
+
+ luaotfload-tool --dumpconf > luaotfload.conf
+
+The result can itself be used as a configuration file.
SYNTAX