diff options
Diffstat (limited to 'Makefile')
-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) |