From 41e217c22dd6556e0a103e9d5f733f227196333d Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 28 Nov 2006 23:58:26 +0000 Subject: cleanup --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c5382bf0..e242d14b 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,7 @@ VERSION=$(shell awk '/Version:/ { print $$2 }' initscripts.spec) CVSTAG = r$(subst .,-,$(VERSION)) CVSROOT = $(shell cat CVS/Root) + mandir=/usr/share/man all: @@ -119,7 +120,7 @@ check: done changelog: - @rcs2log -h redhat.com -r -b -r "-d>$(head -1 ChangeLog | awk '{ print $1 }')" > changenew + rcs2log -h redhat.com -r -b -r "-d>`awk '{ print $$1 ; exit }' ChangeLog `" > changenew mv ChangeLog ChangeLog.old cat changenew ChangeLog.old > ChangeLog rm -f changenew -- cgit v1.2.1