diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2013-10-26 19:31:49 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2013-10-26 19:31:49 +0200 |
commit | 91052dfc0d9e23b2baf499f6c5aab21b1544a236 (patch) | |
tree | 7906e76ef0cde2f27c0b3a6003ee751529df7f91 /Makefile | |
parent | 0a48ad9f4a9382627f270065c6f756351474b7a8 (diff) | |
download | app.sh-91052dfc0d9e23b2baf499f6c5aab21b1544a236.tar.gz app.sh-91052dfc0d9e23b2baf499f6c5aab21b1544a236.tar.bz2 app.sh-91052dfc0d9e23b2baf499f6c5aab21b1544a236.tar.xz app.sh-91052dfc0d9e23b2baf499f6c5aab21b1544a236.zip |
o Adding a man page on internals.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -18,11 +18,11 @@ test: $(TESTS) .PHONY: test clean: - @make -C docs clean + @make -s -C docs clean .PHONY: clean docs: - @make -C docs + @make -s -C docs .PHONY: docs define set_header |