From: Michal Vaner Date: Sun, 30 Nov 2008 11:24:52 +0000 (+0100) Subject: Doc. system: remove doc. symlinks upon clean X-Git-Tag: holmes-import~134 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=bec0e30947366a4a43fa5fb50753ecf83a1e2f3f;p=libucw.git Doc. system: remove doc. symlinks upon clean --- diff --git a/build/Maketop b/build/Maketop index 5027cfce..743c7b92 100644 --- a/build/Maketop +++ b/build/Maketop @@ -66,7 +66,7 @@ dust:: clean:: dust rm -rf `find obj/ucw -mindepth 1 -maxdepth 1 -not -name autoconf.h` rm -rf `find obj -mindepth 1 -maxdepth 1 -not \( -name config.mk -o -name autoconf.h -o -name ucw \)` - rm -rf tests run/{bin,lib,include,.tree-stamp} + rm -rf tests run/{bin,lib,include,.tree-stamp,doc} distclean:: clean rm -rf obj run