]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/qt-console/make-win32
start to tweak prune algo
[bacula/bacula] / bacula / src / qt-console / make-win32
index 4b4ed4a27d27e2278b482d0ee909377eb947a0cc..b75ff1723b87be0e8052bedbbacccccc9aac3fbf 100755 (executable)
@@ -15,4 +15,9 @@ if test -d ../win32/release32; then
    cp -f debug/bat.exe ../win32/release32
    cp -f ${DEPKGS}/depkgs-mingw32/lib/qt/QtGui4.dll ../win32/release32
    cp -f ${DEPKGS}/depkgs-mingw32/lib/qt/QtCore4.dll ../win32/release32
+   rm -rf ../win32/release32/help
+   mkdir ../win32/release32/help
+   cp -f help/*.html ../win32/release32/help/
+   cp -f images/status.png ../win32/release32/help/
+   cp -f images/mail-message-new.png ../win32/release32/help/
 fi