diff options
author | Olivier Thauvin <nanardon@mandriva.org> | 2006-08-04 23:33:30 +0000 |
---|---|---|
committer | Olivier Thauvin <nanardon@mandriva.org> | 2006-08-04 23:33:30 +0000 |
commit | dd6bbb9500111218e5a105ec66a440c0b9659d37 (patch) | |
tree | fad28ac677923eb8c1be5723952c767813a90c26 | |
parent | e6b2a47fc890491bb199851394ab5293b38ec006 (diff) | |
download | rootfiles-dd6bbb9500111218e5a105ec66a440c0b9659d37.tar rootfiles-dd6bbb9500111218e5a105ec66a440c0b9659d37.tar.gz rootfiles-dd6bbb9500111218e5a105ec66a440c0b9659d37.tar.bz2 rootfiles-dd6bbb9500111218e5a105ec66a440c0b9659d37.tar.xz rootfiles-dd6bbb9500111218e5a105ec66a440c0b9659d37.zip |
- include Makefile in tar ball
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,6 +2,7 @@ NAME = rootfiles VERSION = 11.0 DOTFILES = Xdefaults bash_logout bash_profile bashrc bash_completion cshrc tcshrc vimrc DOC = ChangeLog +BUILDFILES = Makefile DESTDIR = all: @@ -16,7 +17,7 @@ install: dis: clean changelog rm -rf $(NAME)-$(VERSION) ../$(NAME)-$(VERSION).tar* mkdir -p $(NAME)-$(VERSION) - cp $(DOC) $(DOTFILES) $(NAME)-$(VERSION)/ + cp $(DOC) $(DOTFILES) $(BUILDFILES) $(NAME)-$(VERSION)/ tar cf $(NAME)-$(VERSION).tar $(NAME)-$(VERSION) bzip2 -9f $(NAME)-$(VERSION).tar rm -rf $(NAME)-$(VERSION) |