From 012b506368d5d71f79ed5ed3b99234138ce37a30 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Wed, 20 May 2009 12:49:09 +0200 Subject: [PATCH] Do not try to remove non-existing files on cleanup --- doc/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/Makefile b/doc/Makefile index 6f4f802a..eda2f988 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -27,9 +27,6 @@ html: -rm build/html/_static/default.css -rm build/html/_static/plus.png -rm build/html/_static/minus.png - -rm build/html/_static/rightsidebar.css - -rm build/html/_static/stickysidebar.css - -rm build/html/_static/traditional.css @echo @echo "Build finished. The HTML pages are in build/html."