diff options
author | Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com> | 2013-10-06 13:56:35 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-10-06 11:20:07 -0700 |
commit | 313ffcd5b43fb06c1118b4c753b262ed7a2ea938 (patch) | |
tree | 2203e4008b00803ec0eab90643461e6a405a1372 | |
parent | 159d0883bbc15fb71b44732965d44f49388fdbff (diff) | |
download | subsurface-313ffcd5b43fb06c1118b4c753b262ed7a2ea938.tar.gz |
Distclean might clean the Documentation as well.
Signed-off-by: Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | Rules.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -261,6 +261,7 @@ confclean: clean rm -rf .dep .uic distclean: confclean + $(MAKE) -C Documentation clean rm -f $(CREATOR_FILES) release: |