aboutsummaryrefslogtreecommitdiff
blob: ee4208f1033cd27c1f4b18df1d3462edcb07f346 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 2005 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
#
# $Header$

include ../../makedefs.mak

%.1 : %.pod
	pod2man $< > $@

.PHONY: all
all: eviewcvs.1

dist: eviewcvs.1
	mkdir -p ../../$(distdir)/src/eviewcvs/
	cp Makefile AUTHORS README eviewcvs eviewcvs.pod eviewcvs.1 ../../$(distdir)/src/eviewcvs/

install: all
	install -m 0755 eviewcvs $(bindir)/
	install -d $(docdir)/eviewcvs	
	install -m 0644 AUTHORS README $(docdir)/eviewcvs/
	install -m 0644 eviewcvs.1 $(mandir)/