diff options
author | Frederic Lepied <flepied@mandriva.com> | 2002-05-14 03:24:13 +0000 |
---|---|---|
committer | Frederic Lepied <flepied@mandriva.com> | 2002-05-14 03:24:13 +0000 |
commit | 3fbfca30c9eb524661ea80d19e063dadd07c294c (patch) | |
tree | d2e8ec656039eec240662c5843efa882ee079535 /Makefile | |
parent | 4998949ed83f8148b6431671f52479e978b98d6c (diff) | |
download | spec-helper-3fbfca30c9eb524661ea80d19e063dadd07c294c.tar spec-helper-3fbfca30c9eb524661ea80d19e063dadd07c294c.tar.gz spec-helper-3fbfca30c9eb524661ea80d19e063dadd07c294c.tar.bz2 spec-helper-3fbfca30c9eb524661ea80d19e063dadd07c294c.tar.xz spec-helper-3fbfca30c9eb524661ea80d19e063dadd07c294c.zip |
added AUTHORS
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ 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 -DISTFILES= Makefile ChangeLog Howto-spec-helper $(FILES) macroszification spec-helper.spec +DISTFILES= AUTHORS Makefile ChangeLog Howto-spec-helper $(FILES) macroszification spec-helper.spec bindir=/usr/bin all: |