From 9a6b5f45c8950c322deda2583a0de8e86144fe23 Mon Sep 17 00:00:00 2001
From: Martin Goik <goik@hdm-stuttgart.de>
Date: Wed, 28 Jun 2023 14:01:56 +0200
Subject: [PATCH] install requires exam .zip files

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index a3b83f908..81b1fc125 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ ifndef DESTDIR
         $(error DESTDIR is undefined)
 endif
 
-install: check-install
+install: check-install exam
 	rsync -av --exclude \*.jar --exclude \*.war --exclude \*VAADIN\* --exclude \*.class --exclude=__figurelink\* --delete P /tmp/Exam Doc/target/webhelp/ \
           freedocs@prog.mi.hdm-stuttgart.de:${DESTDIR}
 #	rsync -av --exclude \*.jar --exclude \*.war --exclude \*VAADIN\* --exclude \*.class --exclude=__figurelink\* --delete P /tmp/Exam Doc/target/webhelp/ \
-- 
GitLab