From 1181acc15de33c7ccc30404054ef0bffede47554 Mon Sep 17 00:00:00 2001 From: Harald Pfeiffer Date: Mon, 21 Mar 2022 10:21:54 +0100 Subject: Makefile and distribute dir for "git-less" servers --- .gitignore | 1 + Makefile | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 Makefile diff --git a/.gitignore b/.gitignore index 43742bc..473966f 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ !/.flake8 !/.forbidden_modules !/.gitconfig +!/Makefile !/.perlcriticrc !/.profile !/.pylintrc diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..f61918c --- /dev/null +++ b/Makefile @@ -0,0 +1,9 @@ +VERSION = 3.82 + +all: tarball + +tarball: + @mkdir -pv distribute/tar + @rsync -avu bin .bash .bash_profile .bashrc .flake8 .gitconfig .perlcriticrc .profile .pylintrc .tmux.conf .tmux.conf.local tmux-gpakosz tmux-yank --exclude=.git --exclude=.gitattributes --exclude=.github --exclude=.gitignore --exclude='LICENSE*' --exclude='README*' distribute/tar/ + @tar -C distribute/tar -cvJf distrib.tar.xz . + @rm -vrf distribute/tar -- cgit v1.2.3