From 56c2e8fcc73a55c34e2a2315993b076eb04dfe00 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Tue, 29 Apr 2014 03:03:56 -0400 Subject: [PATCH] `clean` target now removes doc-cp --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2d7d74f..67d4b1c 100644 --- a/Makefile +++ b/Makefile @@ -80,4 +80,4 @@ publish: | default rsync -vrL $(outdir)/./* "$(PUBROOT)" clean: - ${RM} -r webroot + ${RM} -r webroot doc-cp