Introduction
These pages are an exapmle of what homepages you can create with the tool makeHTML. They are completly created using this tool.
The source of these pages is published as file makeHTML-exapmle.tgz, a simple tarball. It runs with makeHTML v0.06 or above. (Version 0.05 is now longer supported as it is obsolete now.)
On the following pages, you'll find exapmles for most features of this tool. One of the biggest features is the menu creation which you can see above and is described on page 2.
Starting makeHTML: To start makeHTML simply call it's executable (depending on your installation). As parameters you simply add the makefile(s) you want to process:
makeHTML makefile1 [makefile2] [makefile3] [...]If you want to only give one makefile at the command line, you can use the include tag in this one to include the others:
... include makefile2 include makefile3 ...Thanks to: