mirror of
https://github.com/git/git.git
synced 2026-01-14 21:01:11 +00:00
Weird, I forgot to have 'make test' call test.sh.
This commit is contained in:
4
Makefile
4
Makefile
@@ -15,6 +15,7 @@ default:
|
||||
@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
|
||||
@@ -35,6 +36,9 @@ doc: git-subtree.1
|
||||
%.xml: %.txt
|
||||
asciidoc -b docbook -d manpage -f asciidoc.conf \
|
||||
-agit_version=$(gitver) $^
|
||||
|
||||
test:
|
||||
./test.sh
|
||||
|
||||
clean:
|
||||
rm -f *~ *.xml *.html *.1
|
||||
|
||||
Reference in New Issue
Block a user