From ec756502d695dd37a37055c3ccd9634fb09e3074 Mon Sep 17 00:00:00 2001 From: Tj Holowaychuk Date: Sun, 31 Oct 2010 11:48:02 -0700 Subject: [PATCH] typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 808a1ef..bd0c356 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ uninstall: ) clean: - rm -f man/*.md + rm -f man/*.1 rm -f man/*.html .PHONY: docs install uninstall