diff options
author | Frederic Lepied <flepied@mandriva.com> | 2003-02-14 08:28:01 +0000 |
---|---|---|
committer | Frederic Lepied <flepied@mandriva.com> | 2003-02-14 08:28:01 +0000 |
commit | d87b30f9b5086c7155061c0881ea7fd9817b2e5c (patch) | |
tree | 44bc2716801d20f5cca2fa350fa8a08f7b6919c7 /Makefile | |
parent | 38ef910c8543e9e65ddd62663bb03ea962121f96 (diff) | |
download | spec-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |