Documentation HELP for LCDncid
The MD files are in markdown text.
The original markdown command line program and documentation can
be obtained from http://daringfireball.net/projects/markdown/
Usage:
make html - builds lcdncid.1.html lcdncid.conf.5.html
GPL.md CONTRIBUTORS.md
INSTALL.html INSTALL-LCDproc-Raspbian.html
README.html and ReleaseNotes.html
Requirements:
pod2man - required to build the man pages
man2html - required to build the html files from the man pages
pandoc - required to bulid HTML files from the MD fiiles
Use any markdown editor you like to view and edit the markdown
files (*.md). One good editor is "retext" available from your
repository or from https://github.com/retext-project/retext
The .md documentation can be converted into other formats using:
pandoc - http://johnmacfarlane.net/pandoc/
The Makefile is used to create man pages and html files.
prefix - default: /usr/local: $(prefix)/bin and $(prefix)/sbin
prefix2 - default: prefix2 = $(prefix1): $(prefix2)/etc
prefix3 - default: "": $(prefix)/var
prefix2 controls where to look for the config file,
(the default is /usr/local)