From 425e39069abbc0783e7833d3b73e83746ad566d1 Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Mon, 18 May 2009 08:18:21 +0200 Subject: [PATCH] Remove the apidoc dir on clean --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index bfa94e0ad..d55588833 100644 --- a/Makefile +++ b/Makefile @@ -29,6 +29,7 @@ doc: $(DOCS) $(HSRCS) clean: + rm -rf $(HDDIR) rm -f $(HPROGS) rm -f *.o *.prof *.ps *.stat *.aux *.hi cd Ganeti/HTools && rm -f *.o *.prof *.ps *.stat *.aux *.hi -- GitLab