1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-02 23:14:57 +03:00
inform7/indoc/Figures/help.txt

22 lines
1.2 KiB
Plaintext
Raw Normal View History

2020-03-27 01:26:35 +02:00
indoc 4 (Inform Tools Suite)
indoc: a tool for rendering Inform documentation
Usage: indoc [OPTIONS] TARGET
where TARGET must be one of those set up in the instructions.
-from X use documentation in directory X (instead of 'Documentation' in cwd)
-insertion X insert HTML in file X at the top of each page head
-instructions X read further instructions from file X
-test-index test indexing (default is -no-test-index)
-to X redirect output to folder X (which must already exist)
-verbose explain what indoc is doing (default is -no-verbose)
-xrefs X write a file of documentation cross-references to filename X
-at X specify that this tool is installed at X
-crash intentionally crash on internal errors, for backtracing (default is -no-crash)
2020-03-27 01:26:35 +02:00
-fixtime pretend the time is 11 a.m. on 28 March 2016 for testing (default is -no-fixtime)
-help print this help information
2022-04-25 18:44:43 +03:00
-locale X set locales as 'L=E', L being shell or console, E platform, utf-8 or iso-latin1
2020-03-27 01:26:35 +02:00
-log X write the debugging log to include diagnostics on X
-version print out version number