mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Add tooltip text on xindy/make-rules usage
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9062 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
a566db1d51
commit
ffbc3708f4
@ -1,3 +1,7 @@
|
||||
2004-10-08 Martin Vermeer <martin.vermeer@hut.fi>
|
||||
|
||||
lyxrc.C: add to tooltip about using xindy to prefs (xforms)
|
||||
|
||||
2004-10-07 Martin Vermeer <martin.vermeer@hut.fi>
|
||||
|
||||
* LaTeX.C: implement use of babel language in xindy.
|
||||
|
@ -2169,7 +2169,7 @@ string const LyXRC::getDescription(LyXRCTags tag)
|
||||
break;
|
||||
|
||||
case RC_INDEX_COMMAND:
|
||||
str = _("Define the options of makeindex (cf. man makeindex) or select an alternative compiler (e.g. xindy).");
|
||||
str = _("Define the options of makeindex (cf. man makeindex) or select an alternative compiler. E.g., using xindy/make-rules, the command string would be \"makeindex.sh -m $$lang\".");
|
||||
break;
|
||||
|
||||
case RC_CURSOR_FOLLOWS_SCROLLBAR:
|
||||
|
Loading…
Reference in New Issue
Block a user