[PATCH 1/6] Makefile: do not remove file we do not create

Jan Pokorny jpokorny at redhat.com
Mon Feb 20 16:08:37 UTC 2012


Signed-off-by: Jan Pokorný <jpokorny at redhat.com>
---
 source/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/source/Makefile b/source/Makefile
index 3fe1620..f80020b 100644
--- a/source/Makefile
+++ b/source/Makefile
@@ -35,7 +35,7 @@ dist-ttf: clean-ttf build
 clean: clean-ttf clean-src
 
 clean-ttf:
-       rm -rf ttf liberation-fonts-*
+       rm -rf liberation-fonts-*
 
 clean-src:
        rm -f *.tar.gz
-- 


More information about the fonts mailing list