replace LCDd.8 by an extended, generated version

This commit is contained in:
marschap
2006-09-18 14:00:40 +00:00
parent 5a14b72a7c
commit 470b5ee00d
2 changed files with 58 additions and 44 deletions
+4 -1
View File
@@ -12,11 +12,14 @@ EXTRA_DIST = README.dg \
netstuff.txt \
lcdproc.1 \
lcdexec.1 \
LCDd.8 \
LCDd.8.in \
lcdproc-config.5.in \
$(doxygen_input)
## generate man pages
LCDd.8: LCDd.8.in
sed -e 's#@SYSCONFDIR@#@sysconfdir@#' $< > $@
lcdproc-config.5: lcdproc-config.5.in
sed -e 's#@SYSCONFDIR@#@sysconfdir@#' $< > $@