From ba3813c1f4c225037a63d6e93b1858b3083ad96c Mon Sep 17 00:00:00 2001 From: Alfred Melch Date: Mon, 5 Aug 2019 13:48:22 +0200 Subject: [PATCH] add thesis to build --- Makefile | 1 + README.md | 4 ++++ public/index.html | 3 +++ 3 files changed, 8 insertions(+) diff --git a/Makefile b/Makefile index 4c9d37c..2a74eee 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,7 @@ build: make clean mkdir -p build cp -r ./public/* ./build + cp ./thesis/main.pdf ./build/mt-polygon-simplification-2019.pdf cd ./benchmarking && npm run build cp -r ./benchmarking/dist ./build/benchmarking cd ./compare-algorithms && npm run build diff --git a/README.md b/README.md index 7e9f695..713cc71 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,7 @@ Development: - npm install - npm run serve - server running on localhost:8080 + +## Build all + +`make` produces a build directory that combines all parts of this thesis. It is meant for later to deploy all material to a web server. diff --git a/public/index.html b/public/index.html index 661baa9..d8b5d43 100644 --- a/public/index.html +++ b/public/index.html @@ -12,6 +12,9 @@
  • Polygon simplification
  • +
  • + Download thesis +