diff doc/setup.txt @ 179:6138ea7ef7a8

* Instead of an extra `compile-all` option on the `compile` (or `compile_catalog`) command, compilation of all catalogs is performed when neither an `input_file` nor a `locale` is specified. * The `--use-fuzzy` option works again from the command-line.
author cmlenz
date Wed, 27 Jun 2007 14:29:17 +0000
parents 661cb602781d
children e927dffc9ab4
line wrap: on
line diff
--- a/doc/setup.txt
+++ b/doc/setup.txt
@@ -81,7 +81,11 @@
 If ``directory`` is specified, but ``output-file`` is not, the default filename
 of the output file will be::
 
-    <output_dir>/<locale>/LC_MESSAGES/<domain>.mo
+    <directory>/<locale>/LC_MESSAGES/<domain>.mo
+
+If neither the ``input_file`` nor the ``locale`` option is set, this command
+looks for all catalog files in the base directory that match the given domain,
+and compiles each of them to MO files in the same directory.
 
 These options can either be specified on the command-line, or in the
 ``setup.cfg`` file.
Copyright (C) 2012-2017 Edgewall Software