Compiling
Once the HTML files are prepared, set up a "makefile" for the compiler by creating a
new text file which contains the names of each file to be compiled. For example, if
you're compiling file1.html, file2.html, file3.html, file4.html, file5.html, and
file6.html into a single THINK Refence database, your makefile will be:
"file1.html
"file2.html
"file3.html
"file4.html
"file5.html
"file6.html
and must reside in the same directory as the html sources. You can specify files in
different directories by listing the path names as relative to the makefile. For
example:
":folderA:file1.html
":folderB:file2.html
"folderB:file3.html
"folderC:subfolder:file4.html
"folderD:file5.html
"file6.html
Once the "makefile" is created, launch the compiler and select Compile
from the File menu. The database should begin to compile.