From dd6bbb9500111218e5a105ec66a440c0b9659d37 Mon Sep 17 00:00:00 2001 From: Olivier Thauvin Date: Fri, 4 Aug 2006 23:33:30 +0000 Subject: - include Makefile in tar ball --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4e16f31..6ace581 100644 --- a/Makefile +++ b/Makefile @@ -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) -- cgit v1.2.1