BSD make manual says it supports $?; so let's give it a go

This commit is contained in:
marschap
2006-09-19 07:17:16 +00:00
parent d5492fd269
commit eedfdab9f3
+3 -3
View File
@@ -18,13 +18,13 @@ EXTRA_DIST = README.dg \
## generate man pages
LCDd.8: LCDd.8.in
sed -e 's:@SYSCONFDIR@:@sysconfdir@:g' LCDd.8.in > $@
sed -e 's:@SYSCONFDIR@:@sysconfdir@:g' $? > $@
lcdproc.1: lcdproc.1.in
sed -e 's:@SYSCONFDIR@:@sysconfdir@:g' lcdproc.1.in > $@
sed -e 's:@SYSCONFDIR@:@sysconfdir@:g' $? > $@
lcdproc-config.5: lcdproc-config.5.in
sed -e 's:@SYSCONFDIR@:@sysconfdir@:g' lcdproc-config.5.in > $@
sed -e 's:@SYSCONFDIR@:@sysconfdir@:g' $? > $@
## convenience targets
install-html-guides: install-html-developerguide install-html-userguide