From f64afc0564b5f9970b65aa81f72f258eaad15bf2 Mon Sep 17 00:00:00 2001 From: mstsirkin Date: Thu, 5 Feb 2015 13:06:57 +0000 Subject: makehtml: only pack one html file We used to have multiple html files, but no more, so packing files using * glob doesn't make sense - and tends to include random unnecessary files if the names happen to match. Signed-off-by: Michael S. Tsirkin git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio/branches/v1.0@475 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652 --- makehtml.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makehtml.sh b/makehtml.sh index b2f044c..e18c350 100755 --- a/makehtml.sh +++ b/makehtml.sh @@ -47,4 +47,4 @@ rm $SPECDOC.tmp* #uncomment if you have a broken t4ht #cp ./t4ht-workaround/virtio-v1.0-csd01.css $SPECDOC.css -zip $SPECDOC.zip $SPECDOC*.html $SPECDOC.css images/*.png +zip $SPECDOC.zip $SPECDOC.html $SPECDOC.css images/*.png -- cgit v1.2.3