summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
491c9d5)
Signed-off-by: Daniel White <daniel@whitehouse.id.au>
doc:
cd Documentation && $(MAKE) all
doc:
cd Documentation && $(MAKE) all
+install-doc:
+ $(MAKE) -C Documentation install
+
test:
cd t && $(MAKE) all
test:
cd t && $(MAKE) all
tags:
ctags -e -R stgit/*
tags:
ctags -e -R stgit/*
-.PHONY: all install doc test test_patches clean
+.PHONY: all install doc install-doc test test_patches clean