diff options
author | Frederic Lepied <flepied@mandriva.com> | 2004-01-27 16:58:29 +0000 |
---|---|---|
committer | Frederic Lepied <flepied@mandriva.com> | 2004-01-27 16:58:29 +0000 |
commit | cdd7ec44ba94bb8ba0fa169cc2607f92d08e42fb (patch) | |
tree | c0f83778a8f8ddae5f4acc5566bfc13f1a67f3b7 /Makefile | |
parent | bdf581290fb18613a9fb6349fe8fe8f2698aff27 (diff) | |
download | spec-helper-cdd7ec44ba94bb8ba0fa169cc2607f92d08e42fb.tar spec-helper-cdd7ec44ba94bb8ba0fa169cc2607f92d08e42fb.tar.gz spec-helper-cdd7ec44ba94bb8ba0fa169cc2607f92d08e42fb.tar.bz2 spec-helper-cdd7ec44ba94bb8ba0fa169cc2607f92d08e42fb.tar.xz spec-helper-cdd7ec44ba94bb8ba0fa169cc2607f92d08e42fb.zip |
added translate_menu.pl
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 fix-mo +FILES= spec-helper clean_files clean_perl compress_files strip_files relative_me_babe lib_symlinks gprintify.py fix-mo translate_menu.pl DISTFILES= AUTHORS Makefile ChangeLog Howto-spec-helper $(FILES) macroszification spec-helper.spec bindir=/usr/bin |