git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37784
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
# PDF/HTML docs that should go into the Windows setup because
# there are no WinHelp equivalents
echo Creating $DESTDIR/wxWidgets-$VERSION-ExtraDoc.zip
- expandlines $SCRIPT/extradoc.rsp
- zip $ZIPFLAGS -@ $DESTDIR/wxWidgets-$VERSION-ExtraDoc.zip <
+ expandlines $SCRIPT/extradoc.rsp /tmp/extradocs
+ zip $ZIPFLAGS -@ $DESTDIR/wxWidgets-$VERSION-ExtraDoc.zip < /tmp/extradocs
rearchive wxWidgets-$VERSION-ExtraDoc.zip wxWidgets-$VERSION $DESTDIR
}