aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAnna “CyberTailor” <cyber@sysrq.in>2022-07-07 07:50:59 +0500
committerOmar Polo <op@omarpolo.com>2022-07-07 10:38:49 +0200
commit07fbbf06108419e7451fcc4f2270d287270a97cd (patch)
tree7f493c0166c226f66038c949c1272a3e65edcd12 /Makefile
parent3bba4fc55f835986c9ff468f383ef51d1aaac855 (diff)
include contrib/ in dist
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cfe90aa..26e7b0c 100644
--- a/Makefile
+++ b/Makefile
@@ -121,7 +121,21 @@ EXTRAS = ChangeLog \
gmid.1 \
gmid.conf.5
+CONTRIB = contrib/Dockerfile \
+ contrib/gencert \
+ contrib/gmid.service \
+ contrib/gmid.sysusers \
+ contrib/mime.types \
+ contrib/README \
+ contrib/renew-certs \
+ contrib/vim/ftdetect/gmid.vim \
+ contrib/vim/ftplugin/gmid.vim \
+ contrib/vim/indent/gmid.vim \
+ contrib/vim/syntax_checkers/gmid/gmid.vim \
+ contrib/vim/syntax/gmid.vim
+
DISTFILES = ${EXTRAS} \
+ ${CONTRIB} \
${COMPATS} \
${REGRESSFILES} \
${SRCS} \
@@ -202,6 +216,9 @@ ${DISTNAME}.tar.gz: ${DISTFILES}
mkdir -p .dist/${DISTNAME}/
${INSTALL} -m 0644 ${SRCS} ${EXTRAS} .dist/${DISTNAME}
cd .dist/${DISTNAME} && chmod 755 configure
+ mkdir -p .dist/${DISTNAME}/contrib
+ ${INSTALL} -m 0644 ${CONTRIB} .dist/${DISTNAME}/contrib
+ cd .dist/${DISTNAME}/contrib && chmod 755 gencert renew-certs
mkdir -p .dist/${DISTNAME}/compat
${INSTALL} -m 0644 ${COMPATS} .dist/${DISTNAME}/compat
mkdir -p .dist/${DISTNAME}/have