summaryrefslogtreecommitdiff
path: root/makeall.sh
diff options
context:
space:
mode:
authormstsirkin <mstsirkin@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652>2014-04-07 11:27:09 +0000
committermstsirkin <mstsirkin@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652>2014-04-07 11:27:09 +0000
commit1d0d8895780d4fbc33f7f40b7d7dc92b13191edd (patch)
tree1160d9a5bb5ed83f42cebffbb85dd2589a86b8d6 /makeall.sh
parentb861cd0f247091df9211e7d34ecd62b1bd6beac4 (diff)
makeall.sh: reorder zip file generation
in preparation to splitting it up Signed-off-by: Michael S. Tsirkin <mst@redhat.com> git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@338 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
Diffstat (limited to 'makeall.sh')
-rwxr-xr-xmakeall.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/makeall.sh b/makeall.sh
index e2557ac..dc66b4d 100755
--- a/makeall.sh
+++ b/makeall.sh
@@ -14,12 +14,12 @@ else
echo Falling back to generated list.
fi
zip -d $SPECDOC.zip tex/.gitattributes
-./makehtml.sh
-./makepdf.sh
-zip $SPECDOC.zip $SPECDOC.pdf
mkdir -p listings
cp virtio-ring.h listings/virtio_ring.h
zip $SPECDOC.zip listings/virtio_ring.h
+./makehtml.sh
+./makepdf.sh
+zip $SPECDOC.zip $SPECDOC.pdf
echo Generated file $SPECDOC.zip
echo To change output file name, set SPECDOC environment variable
echo Examples: