Create a document in IPF format from Markdown sources, with a Lua script and a Makefile.
The IPF format (for Information Presentation Facility) was the format of IBM help files.
The Mardown files are converted to a single IPF file by the script md2ipf.lua.
The IPF file is compiled to the INF binary format using WIPFC.
The INF files can be opened in DocView.
(Instructions for Linux.)
git clone https://github.com/open-watcom/open-watcom-v2.git
cd open-watcom-v2/bld/wipfc
./configure
make
sudo make installTo do.
Once you have edited in Makefile the paths to wipfc and DocView, you can launch the final command.
make
