From ca5b19ee357662dbc61ff5ab63e23abfe28238da Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Sat, 5 Aug 2006 23:00:42 +0000 Subject: [PATCH] Remove copied-over slides dir when doing clean. --- xsl/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/xsl/Makefile b/xsl/Makefile index 1f0b35c71..6faca3c61 100644 --- a/xsl/Makefile +++ b/xsl/Makefile @@ -73,5 +73,6 @@ clean: $(MAKE) clean -C doc $(MAKE) clean -C docsrc $(RM) -r website + $(RM) -r slides include ../releasetools/Targets.mk -- 2.50.0