[COPY.FILES]
This section describes which files should be copied from the
folder with templates to the folder of your generated browser-based
online help system.
Each line in this section defines the file copying procedure in
the following format:
[F|N|M]:[target_file_name] = [source_file_name]
where:
source_file_name - the name of the original file in
Templates folder.
target_file_name - the new name of the copied file in the
folder of the generated help system.
F - the file will be copied only if you create the frame
version of the help system.
N - the file will be copied only if you create the non-frame
version of the help system.
M - the file will be copied only if you create the mobile
(PDA friendly) version of the help system.
If you do not define the F|N|M parameters, the file will be copied
no matter what version of the help system you are
creating.
You can also specify which files should be copied not separately
but using a mask. To do it, specify source_file_name as a mask
indicating from where and what files should be copied (for example,
"aqua\bl\*.*"), and specify target_file_name as a path to where
they should be copied (for example, "special\"). Îáðàòèòå âíèìàíèå,
÷òî ïðè èñïîëüçîâàíèè ìàñêè êîïèðóþòñÿ ôàéëû òîëüêî èç óêàçàííîãî
êàòàëîãà, ïîäêàòàëîãè íå êîïèðóþòñÿ.
An example from this section:
FN:special\ = aqua\bl\*.*
N:next.gif = icons\nextsunny.gif
F:next.gif = icons\nextsunny.gif
M:next.gif = icons\mobile_sunny_next.gif
cont.gif = icons\any_contents.gif
|