aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFrederic Lepied <flepied@mandriva.com>2003-02-14 08:28:01 +0000
committerFrederic Lepied <flepied@mandriva.com>2003-02-14 08:28:01 +0000
commitd87b30f9b5086c7155061c0881ea7fd9817b2e5c (patch)
tree44bc2716801d20f5cca2fa350fa8a08f7b6919c7 /Makefile
parent38ef910c8543e9e65ddd62663bb03ea962121f96 (diff)
downloadspec-helper-d87b30f9b5086c7155061c0881ea7fd9817b2e5c.tar
spec-helper-d87b30f9b5086c7155061c0881ea7fd9817b2e5c.tar.gz
spec-helper-d87b30f9b5086c7155061c0881ea7fd9817b2e5c.tar.bz2
spec-helper-d87b30f9b5086c7155061c0881ea7fd9817b2e5c.tar.xz
spec-helper-d87b30f9b5086c7155061c0881ea7fd9817b2e5c.zip
add fix-mo to the files list
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 817c00c..f9f4d04 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 gprintify.py
+FILES= spec-helper clean_files clean_perl compress_files strip_files relative_me_babe lib_symlinks gprintify.py fix-mo
DISTFILES= AUTHORS Makefile ChangeLog Howto-spec-helper $(FILES) macroszification spec-helper.spec
bindir=/usr/bin