aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-12-22 08:57:23 +0100
committerMarc André Tanner <mat@brain-dump.org>2016-12-22 08:57:23 +0100
commit3dcd92f355948e4b99b9b80fc85982640f682247 (patch)
treef59928e7582042f8579db0da40f2883c03d22f30 /Makefile
parentc3dd39f4bea9bf41f8f5b2fad37698a8ce4ac7c5 (diff)
downloadvis-3dcd92f355948e4b99b9b80fc85982640f682247.tar.gz
vis-3dcd92f355948e4b99b9b80fc85982640f682247.tar.xz
build: do not install lua/doc directory
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d8695d8..5f06365 100644
--- a/Makefile
+++ b/Makefile
@@ -108,6 +108,7 @@ install: vis vis-menu
echo installing support files to ${DESTDIR}${SHAREPREFIX}/vis; \
mkdir -p ${DESTDIR}${SHAREPREFIX}/vis; \
cp -r lua/* ${DESTDIR}${SHAREPREFIX}/vis; \
+ rm -rf "${DESTDIR}${SHAREPREFIX}/vis/doc"; \
}
@echo installing manual pages to ${DESTDIR}${MANPREFIX}/man1
@mkdir -p ${DESTDIR}${MANPREFIX}/man1