diff --git a/GNUmakefile b/GNUmakefile index 399a675785..36b5a8d46e 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -35,7 +35,8 @@ MAINTAINER = \ lib/V8/v8-json.h \ lib/BasicsC/voc-errors.h \ lib/BasicsC/voc-errors.c \ - js/common/bootstrap/errors.js + js/common/bootstrap/errors.js \ + mr/common/bootstrap/mr-error.h AUTOMAGIC = \ Makefile.in \ diff --git a/Installation/release.sh b/Installation/release.sh index 9eae6db730..20d7baf0d4 100755 --- a/Installation/release.sh +++ b/Installation/release.sh @@ -41,6 +41,11 @@ mv configure.ac.tmp configure.ac make built-sources || exit 1 make add-maintainer || exit 1 make add-automagic || exit 1 + +make || exit 1 +make examples || exit 1 +make swagger || exit 1 + make doxygen || exit 1 make latex || exit 1