aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2013-10-26 18:33:28 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2013-10-26 18:33:34 +0200
commit0a48ad9f4a9382627f270065c6f756351474b7a8 (patch)
treef08e8573130fe11da05969e5c17fa2c12e94ad8a /Makefile
parent165d20eebc587f21f0409850b8e522c7a25979e3 (diff)
downloadapp.sh-0a48ad9f4a9382627f270065c6f756351474b7a8.tar.gz
app.sh-0a48ad9f4a9382627f270065c6f756351474b7a8.tar.bz2
app.sh-0a48ad9f4a9382627f270065c6f756351474b7a8.tar.xz
app.sh-0a48ad9f4a9382627f270065c6f756351474b7a8.zip
o Better links in HTML docs.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c61e002..49a1896 100644
--- a/Makefile
+++ b/Makefile
@@ -17,6 +17,10 @@ show-tests:
test: $(TESTS)
.PHONY: test
+clean:
+ @make -C docs clean
+.PHONY: clean
+
docs:
@make -C docs
.PHONY: docs