From 0d72c03b04da8da3edb551917c0718277c696f4f Mon Sep 17 00:00:00 2001 From: mstsirkin Date: Mon, 7 Apr 2014 11:27:24 +0000 Subject: makeall: move parts out to makezip.sh Useful to pack up tex source in a zip file. Signed-off-by: Michael S. Tsirkin git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@339 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652 --- makeall.sh | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) (limited to 'makeall.sh') diff --git a/makeall.sh b/makeall.sh index dc66b4d..28a690f 100755 --- a/makeall.sh +++ b/makeall.sh @@ -1,22 +1,5 @@ export SPECDOC=${SPECDOC:-`cat REVISION`} -rm -f $SPECDOC -if test -d .git; then - git archive --format=zip --prefix=tex/ -o $SPECDOC.zip HEAD -elif test -d .svn; then - rm -fr export-from-svn - mkdir -p export-from-svn - svn export . export-from-svn/tex - cd export-from-svn/ - zip ../$SPECDOC.zip tex/ - cd .. -else - echo Neither .git nor .svn found. - echo Falling back to generated list. -fi -zip -d $SPECDOC.zip tex/.gitattributes -mkdir -p listings -cp virtio-ring.h listings/virtio_ring.h -zip $SPECDOC.zip listings/virtio_ring.h +./makezip.sh ./makehtml.sh ./makepdf.sh zip $SPECDOC.zip $SPECDOC.pdf -- cgit v1.2.3