From bec0e30947366a4a43fa5fb50753ecf83a1e2f3f Mon Sep 17 00:00:00 2001 From: Michal Vaner Date: Sun, 30 Nov 2008 12:24:52 +0100 Subject: [PATCH] Doc. system: remove doc. symlinks upon clean --- build/Maketop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2