2012-09-06 10:53:44 +02:00
|
|
|
@echo off
|
2012-12-22 13:18:47 +01:00
|
|
|
|
2012-09-29 17:26:57 +02:00
|
|
|
pushd %~dp0
|
|
|
|
|
2012-09-06 10:53:44 +02:00
|
|
|
if exist online-help.qhc del online-help.qhc
|
|
|
|
if exist online-help.qch del online-help.qch
|
2010-12-11 17:29:40 +01:00
|
|
|
|
2012-10-02 07:25:26 +02:00
|
|
|
qcollectiongenerator online-help.qhcp -o online-help.qhc
|
2012-12-22 13:18:47 +01:00
|
|
|
|
|
|
|
popd
|