@echo "Just copy it somewhere on your PATH, like /usr/local/bin."
@echo
@echo "Try: make doc"
+ @echo " or: make test"
@false
install: install-exe install-doc
%.xml: %.txt
asciidoc -b docbook -d manpage -f asciidoc.conf \
-agit_version=$(gitver) $^
+
+test:
+ ./test.sh
clean:
rm -f *~ *.xml *.html *.1