For releases, create documentation for web-use.

This commit is contained in:
con
2010-06-23 15:04:31 +02:00
parent d6b608d695
commit 4708e4302b
+1 -1
View File
@@ -23,7 +23,7 @@ echo "Creating zip archive..."
git archive --format=zip --prefix=qt-creator-${VERSION}-src/ origin/${VERSION} > qt-creator-${VERSION}-src.zip || exit 1
echo "Creating documentation..."
rm -r doc/html
qmake -r && make docs || exit 1
qmake -r && make docs_online || exit 1
cd doc
cp -r html qt-creator-${VERSION}
zip -r ../qt-creator-${VERSION}-doc.zip qt-creator-${VERSION}