← Prev in month ← Prev in thread
Next in thread → Next in month →

[PATCH] makehtml: only pack one html file

From
Michael S. Tsirkin
Date
2015-01-24T21:14:00+00:00
ID
Thread
[PATCH] 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 <> ---  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

--
MST
← Prev in month ← Prev in thread
Next in thread → Next in month →