[arch-projects] [mkinitcpio][PATCH 17/19] buildsys: fix clean target

Dave Reisner dreisner at archlinux.org
Sun May 13 13:57:20 EDT 2012


We don't ship compressed manpages, and this never touched lsinitcpio's
generated page.

Signed-off-by: Dave Reisner <dreisner at archlinux.org>
---
 Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 1533b3a..398be6d 100644
--- a/Makefile
+++ b/Makefile
@@ -67,7 +67,7 @@ lsinitcpio.1: lsinitcpio.1.txt Makefile
 
 clean:
 	${RM} -r build mkinitcpio-${VERSION}
-	${RM} mkinitcpio-${VERSION}.tar.gz mkinitcpio.8 mkinitcpio.8.gz
+	${RM} mkinitcpio-${VERSION}.tar.gz mkinitcpio.8 lsinitcpio.1
 
 dist: doc
 	echo ${VERSION} > VERSION
-- 
1.7.10.2



More information about the arch-projects mailing list