diff options
Diffstat (limited to 's2i/bin/assemble')
-rwxr-xr-x | s2i/bin/assemble | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/s2i/bin/assemble b/s2i/bin/assemble index 5585771..cb177bd 100755 --- a/s2i/bin/assemble +++ b/s2i/bin/assemble @@ -16,7 +16,8 @@ echo "---> Building virtio spec ..." SPECDOC="$SPECDOC-$OPENSHIFT_BUILD_REFERENCE"; fi; echo "-----> SPECDOC=$SPECDOC <-----"; - sh makeall.sh) + sh -e makepdf.sh + sh -e makehtml.sh) echo "---> Move docs output ..." mkdir output |