add thesis to build
This commit is contained in:
parent
807bee9776
commit
ba3813c1f4
1
Makefile
1
Makefile
@ -2,6 +2,7 @@ build:
|
|||||||
make clean
|
make clean
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
cp -r ./public/* ./build
|
cp -r ./public/* ./build
|
||||||
|
cp ./thesis/main.pdf ./build/mt-polygon-simplification-2019.pdf
|
||||||
cd ./benchmarking && npm run build
|
cd ./benchmarking && npm run build
|
||||||
cp -r ./benchmarking/dist ./build/benchmarking
|
cp -r ./benchmarking/dist ./build/benchmarking
|
||||||
cd ./compare-algorithms && npm run build
|
cd ./compare-algorithms && npm run build
|
||||||
|
@ -15,3 +15,7 @@ Development:
|
|||||||
- npm install
|
- npm install
|
||||||
- npm run serve
|
- npm run serve
|
||||||
- server running on localhost:8080
|
- 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>
|
<li>
|
||||||
<a href="./polygon-simplification/index.html">Polygon simplification</a>
|
<a href="./polygon-simplification/index.html">Polygon simplification</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="./mt-polygon-simplification-2019.pdf">Download thesis</a>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user