summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristoph Egger <christoph@christoph-egger.org>2011-08-28 14:29:01 +0200
committerThorsten Wißmann <edu@thorsten-wissmann.de>2011-08-28 14:32:22 +0200
commitc392ba5f95133a6f9573a72b0c8869d6fa0a634e (patch)
tree500b4c007d2bd5b7fcbc84ee942390219f68fb74 /Makefile
parent174c8c6745c39ff8d33c7899cac80ebb62be812a (diff)
Remove generated herbstluftwm.{1,html} in cleandoc
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7395c34f..4cee1e95 100644
--- a/Makefile
+++ b/Makefile
@@ -22,6 +22,10 @@ cleandoc:
@rm -f doc/herbstclient.1
$(call colorecho,RM,doc/herbstclient.html)
@rm -f doc/herbstclient.html
+ $(call colorecho,RM,doc/herbstluftwm.1)
+ @rm -f doc/herbstluftwm.1
+ $(call colorecho,RM,doc/herbstluftwm.html)
+ @rm -f doc/herbstluftwm.html
build-herbstclient:
$(MAKE) -C ipc-client