diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2013-10-26 18:33:28 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2013-10-26 18:33:34 +0200 |
commit | 0a48ad9f4a9382627f270065c6f756351474b7a8 (patch) | |
tree | f08e8573130fe11da05969e5c17fa2c12e94ad8a /Makefile | |
parent | 165d20eebc587f21f0409850b8e522c7a25979e3 (diff) | |
download | app.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-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -17,6 +17,10 @@ show-tests: test: $(TESTS) .PHONY: test +clean: + @make -C docs clean +.PHONY: clean + docs: @make -C docs .PHONY: docs |