summaryrefslogtreecommitdiff
path: root/trunk/src/ekeyword/Makefile
diff options
context:
space:
mode:
authoragriffis <agriffis@gentoo.org>2004-04-13 00:02:32 +0000
committeragriffis <agriffis@gentoo.org>2004-04-13 00:02:32 +0000
commit72a2244898e15bf99f55a8b6fff45c8e5ad0eafb (patch)
treedbe65d7a9945bbfead9f17455f5fe1299e1adcc2 /trunk/src/ekeyword/Makefile
parentef3d183d5bfcadc1edfd4c4446606dee8066f2f6 (diff)
downloadgentoolkit-72a2244898e15bf99f55a8b6fff45c8e5ad0eafb.tar.gz
add ^ to remove keywords, -* support, and a man-page
svn path=/; revision=102
Diffstat (limited to 'trunk/src/ekeyword/Makefile')
-rw-r--r--trunk/src/ekeyword/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/trunk/src/ekeyword/Makefile b/trunk/src/ekeyword/Makefile
index 487930f..708863e 100644
--- a/trunk/src/ekeyword/Makefile
+++ b/trunk/src/ekeyword/Makefile
@@ -6,14 +6,17 @@
include ../../makedefs.mak
-all:
- echo "ALBACETE (AL-ba-seet n.) A single surprisingly long hair growing in the middle of nowhere."
+%.1 : %.pod
+ pod2man $< > $@
-dist:
+.PHONY: all
+all: ekeyword.1
+
+dist: ekeyword.1
mkdir -p ../../$(distdir)/src/ekeyword
cp {Makefile,AUTHORS,README,TODO,ChangeLog,ekeyword,ekeyword.1} ../../$(distdir)/src/ekeyword/
-install:
+install: all
install -m 0755 ekeyword $(bindir)/
install -d $(docdir)/ekeyword
install -m 0644 {AUTHORS,README,TODO,ChangeLog} $(docdir)/ekeyword/