summaryrefslogtreecommitdiff
path: root/documentation/boxbackup/Makefile
diff options
context:
space:
mode:
authorPer Reedtz Thomsen <pthomsen@reedtz.com>2006-04-15 08:15:33 +0000
committerPer Reedtz Thomsen <pthomsen@reedtz.com>2006-04-15 08:15:33 +0000
commit145b286c7d8e3337b932dc271ff8a53661cabace (patch)
tree9ae353946547f4be38a9761911589114b27b141f /documentation/boxbackup/Makefile
parente87ec25dd2e1a8bd423de3864872e971e165d229 (diff)
Fixed typo in 'clean' target. dockit tarball will now be deleted.
Diffstat (limited to 'documentation/boxbackup/Makefile')
-rw-r--r--documentation/boxbackup/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/boxbackup/Makefile b/documentation/boxbackup/Makefile
index aebe72bd..e1d65a7c 100644
--- a/documentation/boxbackup/Makefile
+++ b/documentation/boxbackup/Makefile
@@ -59,6 +59,6 @@ clean:
if [ -d ./$(HTMLPREFIX) ]; then rm -rf $(HTMLPREFIX) ; fi
if [ -d ./man-pages ]; then rm -rf ./man-pages/; fi
if [ -f ExceptionCodes.xml ]; then rm ExceptionCodes.xml; fi
- if [ -f docuemtation-kit-0.10.tar.gz ]; then rm documentation-kit-0.10.tar.gz; fi
+ if [ -f documentation-kit-0.10.tar.gz ]; then rm documentation-kit-0.10.tar.gz; fi