From 1f7f41d1f88c1dd8eb3e70f1955c8bd1b029ca79 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Sat, 12 May 2012 18:35:53 -0400 Subject: buildsys: fix clean target We don't ship compressed manpages, and this never touched lsinitcpio's generated page. Signed-off-by: Dave Reisner --- 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 -- cgit v1.2.3-24-g4f1b