summaryrefslogtreecommitdiffstats
path: root/dist.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'dist.sh.in')
-rwxr-xr-xdist.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist.sh.in b/dist.sh.in
index 1dc1059..18ec305 100755
--- a/dist.sh.in
+++ b/dist.sh.in
@@ -1,7 +1,7 @@
#!/bin/bash
rm -rf xdocs/api/html
-maven site
+mvn site
cd xdocs/api
doxygen doxygenconf
cd ../..