summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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)