summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d20ac24)
raw | patch | inline | side by side (parent: d20ac24)
author | Avery Pennarun <apenwarr@gmail.com> | |
Sat, 21 Nov 2009 00:43:47 +0000 (19:43 -0500) | ||
committer | Avery Pennarun <apenwarr@gmail.com> | |
Sat, 21 Nov 2009 00:43:47 +0000 (19:43 -0500) |
Makefile | patch | blob | history |
diff --git a/Makefile b/Makefile
index 9b204bdcae17dce203196349e43307c1e94c09f1..91e0cc08ea514a954bd3bab035baf0eadac6644e 100644 (file)
--- a/Makefile
+++ b/Makefile
@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