]> git.parisson.com Git - mezzo.git/commitdiff
Add make doc path
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 5 Dec 2016 10:52:57 +0000 (11:52 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 5 Dec 2016 10:52:57 +0000 (11:52 +0100)
doc/build.sh

index 5d0bb23dfb4b7a393f55efd3c52496ea6a4deaab..968fc08ab1e78c0b368925170b26859cfa04aa12 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
+cd /srv/doc
 make install_deps
 make html
 make publish
 make readme
-