Enabled static site deployment. Fixed links.
[sixth.git] / tools / update web site
1 #!/bin/bash
2
3 cd "${0%/*}"
4 cd ..
5
6
7 #rm -rf doc/graphs/
8 #mkdir -p doc/graphs/
9
10 #javainspect -j target/sixth-3d-*-SNAPSHOT.jar -d doc/graphs/ -n "all classes" -t png -h
11 #javainspect -j target/sixth-3d-*-SNAPSHOT.jar -d doc/graphs/ -n "GUI" -t png -w "eu.svjatoslav.sixth.e3d.gui.*" -h
12 #javainspect -j target/sixth-3d-*-SNAPSHOT.jar -d doc/graphs/ -n "raster engine" -t png -w "eu.svjatoslav.sixth.e3d.renderer.raster.*" -h
13
14 #meviz index -w doc/graphs/ -t "Sixth 3D classes"
15
16 rsync -avz --delete  -e 'ssh -p 10006' doc/ n0@www3.svjatoslav.eu:/mnt/big/projects/sixth/