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 +