Fixed a typo.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37784 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Kevin Ollivier
2006-03-03 02:00:39 +00:00
parent ec43e6824c
commit 77b14ee244

View File

@@ -296,8 +296,8 @@ dospindocs()
# 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
}