aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFrederic Lepied <flepied@mandriva.com>2001-11-22 14:33:43 +0000
committerFrederic Lepied <flepied@mandriva.com>2001-11-22 14:33:43 +0000
commita2ba678f6804abb73c3d3792b6f74922775370ef (patch)
treeb31fc6a9c22685d6b6bdc73af98ca65f6b116963 /Makefile
parent6a00833de526e464c9a749d3bc61069dc597698f (diff)
downloadspec-helper-a2ba678f6804abb73c3d3792b6f74922775370ef.tar
spec-helper-a2ba678f6804abb73c3d3792b6f74922775370ef.tar.gz
spec-helper-a2ba678f6804abb73c3d3792b6f74922775370ef.tar.bz2
spec-helper-a2ba678f6804abb73c3d3792b6f74922775370ef.tar.xz
spec-helper-a2ba678f6804abb73c3d3792b6f74922775370ef.zip
install gprintify.py
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5305eaf..47f68b3 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ VERSION:=$(shell grep '%define *version ' $(PACKAGE).spec| cut -d ' ' -f 3)
RELEASE:=$(shell grep '%define *release ' $(PACKAGE).spec| cut -d ' ' -f 3)
TAG := $(shell echo "V$(VERSION)_$(RELEASE)" | tr -- '-.' '__')
-FILES= spec-helper clean_files clean_perl compress_files strip_files relative_me_babe lib_symlinks
+FILES= spec-helper clean_files clean_perl compress_files strip_files relative_me_babe lib_symlinks gprintify.py
DISTFILES= Makefile ChangeLog Howto-spec-helper $(FILES) macroszification spec-helper.spec
bindir=/usr/bin