aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rcynic/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/rcynic/Makefile.in b/rcynic/Makefile.in
index 7b3ed817..1d146b7c 100644
--- a/rcynic/Makefile.in
+++ b/rcynic/Makefile.in
@@ -22,8 +22,7 @@ ${BIN}: ${OBJ} ${LIB} Makefile
${CC} -g -o $@ ${OBJ} ${LIB} ${LDFLAGS}
test: ${BIN}
- ./${BIN} -j 0
- -xsltproc --param refresh 0 rcynic.xsl rcynic.xml | w3m -T text/html -dump
+ if test -r rcynic.conf; then ./${BIN} -j 0 && echo && ./show.sh; else echo No rcynic.conf, skipping test; fi
install: ${BIN} scripts/install.sh
cd scripts; . ./install.sh