~bitfehler/scd2html

Generate HTML from scdoc source files
8 months ago

David Arnold via public-inbox

8 months ago

#scd2html

scd2html generates HTML from scdoc source files

You can test scd2html with input of your choice using the WASM demo.

#Installation

make
sudo make install

You can pass PREFIX or DESTDIR to make if you'd like:

make PREFIX=/usr
sudo make PREFIX=/usr install

Uninstallation is similar:

sudo make uninstall

#Usage

See scd2html(1) for running this tool. See the scdoc documentation for learning about scdoc in general.

#Contributing

Send patches/bug reports to ~bitfehler/public-inbox@lists.sr.ht