add thesis to build
This commit is contained in:
parent
807bee9776
commit
ba3813c1f4
1
Makefile
1
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
|
||||
|
@ -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.
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user