Build scripts have predefined file names as follows:
The contents of the "makeindx.bat" build script is as follows ([] = optional):
|
@mkhtmset |
|
This line is required. |
[key =value ] =value ] =value ] |
These lines are optional, and contain configuration settings. |
ImajSite provides a quick and easy way to create a new "makeindx.bat" file. Simply perform the following steps:
| Example: |
@mkhtmset
|
This script can create a symlinks file based on keywords contained in the keyword database. It can also check a manually built symlinks file for missing files or directories. You can run this build script at any time, but if it creates a symlinks file it must be run prior to running "makeindx.bat" above.
The first line of this file should be one of the following:
| First Line | Description |
|---|---|
@mkhtmlnk |
This command creates a symlinks file which lists files with a keyword that matches the current directory name (not title). |
@mkhtmlnk kwdexpr |
This command creates a symlinks file which lists files whose keywords match the specified keyword expression. |
@chksymlk |
This command checks an existing symlinks file to make sure all the files that it references actually exist. |
| Example: | @mkhtmlnk |