Browse Source

make clean now removes version 7 releases

Carsten Dominik 14 years ago
parent
commit
5ac2527a57
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Makefile

+ 2 - 2
Makefile

@@ -377,8 +377,8 @@ cleandoc:
 
 cleanrel:
 	rm -rf RELEASEDIR
-	rm -rf org-6.*
-	rm -rf org-6*zip org-6*tar.gz
+	rm -rf org-7.*
+	rm -rf org-7*zip org-7*tar.gz
 
 .el.elc:
 	$(ELC) $<