add man page for LCDproc config files

This commit is contained in:
marschap
2006-09-18 11:03:38 +00:00
parent 40cde70e7f
commit 5a14b72a7c
2 changed files with 121 additions and 1 deletions
+5 -1
View File
@@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
man_MANS = lcdproc.1 lcdexec.1 LCDd.8
man_MANS = lcdproc.1 lcdexec.1 LCDd.8 lcdproc-config.5
SUBDIRS = lcdproc-user lcdproc-dev
doxygen_input = header.html footer.html
@@ -13,8 +13,12 @@ EXTRA_DIST = README.dg \
lcdproc.1 \
lcdexec.1 \
LCDd.8 \
lcdproc-config.5.in \
$(doxygen_input)
## generate man pages
lcdproc-config.5: lcdproc-config.5.in
sed -e 's#@SYSCONFDIR@#@sysconfdir@#' $< > $@
## convenience targets
install-html-guides: install-html-developerguide install-html-userguide