From df8e9af0d75eb2ce751474121413314199c5f6b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AB=8F=E8=A8=AA=E5=AD=90?= Date: Tue, 12 Dec 2023 19:29:01 +0900 Subject: [PATCH] =?UTF-8?q?=E3=81=A1=E3=82=93=E3=81=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + Makefile | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..335ec95 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.tar.gz diff --git a/Makefile b/Makefile index e80ddd4..080a564 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,10 @@ install: all chmod 644 ${DESTDIR}${MANPREFIX}/man1/${NAME}.1 dist: - tar zcfv ${NAME}-${VERSION} README.md bin share lib Makefile CHANGELOG.md + mkdir ${NAME}-${VERSION} + cp -r README.md bin share lib Makefile CHANGELOG.md ${NAME}-${VERSION} + tar zcfv ${NAME}-${VERSION}.tar.gz ${NAME}-${VERSION} + rm -rf ${NAME}-${VERSION} uninstall: rm -f ${DESTDIOR}${PREFIX}/bin/${NAME}*\