From 0dc03e3bcc197452e5dda3a8c4f49aeb5ba912e1 Mon Sep 17 00:00:00 2001 From: idl0r Date: Sun, 19 Jul 2009 15:44:05 +0000 Subject: [PATCH] Add a clean target to remove generated manpages. svn path=/trunk/gentoolkit-dev/; revision=667 --- src/ekeyword/Makefile | 2 ++ src/eviewcvs/Makefile | 3 +++ 2 files changed, 5 insertions(+) diff --git a/src/ekeyword/Makefile b/src/ekeyword/Makefile index c3aed80..a1a5802 100644 --- a/src/ekeyword/Makefile +++ b/src/ekeyword/Makefile @@ -22,3 +22,5 @@ install: all install -m 0644 AUTHORS README TODO ChangeLog $(docdir)/ekeyword/ install -m 0644 ekeyword.1 $(mandir)/ +clean: + $(RM) ekeyword.1 diff --git a/src/eviewcvs/Makefile b/src/eviewcvs/Makefile index ee4208f..7ab81c6 100644 --- a/src/eviewcvs/Makefile +++ b/src/eviewcvs/Makefile @@ -20,3 +20,6 @@ install: all install -d $(docdir)/eviewcvs install -m 0644 AUTHORS README $(docdir)/eviewcvs/ install -m 0644 eviewcvs.1 $(mandir)/ + +clean: + $(RM) eviewcvs.1 -- 2.26.2