add thesis to build

This commit is contained in:
Alfred Melch 2019-08-05 13:48:22 +02:00
parent 807bee9776
commit ba3813c1f4
3 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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.

View File

@ -12,6 +12,9 @@
<li>
<a href="./polygon-simplification/index.html">Polygon simplification</a>
</li>
<li>
<a href="./mt-polygon-simplification-2019.pdf">Download thesis</a>
</li>
</ul>
</body>
</html>