wmaker: create script to handle conditional and variables replacement in man pages
commitd3414d335f4ec0372f834da1b886fced6b0b8d0e
authorChristophe CURIS <christophe.curis@free.fr>
Mon, 6 Apr 2015 15:57:55 +0000 (6 17:57 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sat, 18 Apr 2015 18:31:10 +0000 (18 19:31 +0100)
tree21c72a744efd080166eb21c9b57ffc46664cfe80
parent6749e38693f19a5546ce356a61ea40de44934ac5
wmaker: create script to handle conditional and variables replacement in man pages

Because the man page references some stuff that are dependant on the
configure options, it is a good idea to update the man page accordingly, so
the user will not be puzzled later.

There is now a script which takes care of replacing '@var@' in the same way
autoconf does, but also which can handle conditional '@def@' removal (for
the case of feature dependant command line options).

The man page for Window Maker is now processed this way so user will always
see accurate information.

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
Makefile.am
doc/Makefile.am
doc/wmaker.in [moved from doc/wmaker.1x with 95% similarity]
script/replace-ac-keywords.sh [new file with mode: 0755]