Skip to content

Commit 96dea4a

Browse files
committed
Upgraded clean_up.bat
1 parent 971203b commit 96dea4a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

scripts/clean_up.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ REM (see PythonQwt LICENSE file for more details)
99
REM ======================================================
1010
call %~dp0utils GetScriptPath SCRIPTPATH
1111
call %FUNC% GetLibName LIBNAME
12+
call %FUNC% GetModName MODNAME
1213
cd %SCRIPTPATH%\..\
1314

1415
@REM Removing files/directories related to Python/doc build process
1516
if exist %LIBNAME%.egg-info ( rmdir /s /q %LIBNAME%.egg-info )
17+
if exist %MODNAME%.egg-info ( rmdir /s /q %MODNAME%.egg-info )
1618
if exist MANIFEST ( del /q MANIFEST )
1719
if exist build ( rmdir /s /q build )
1820
if exist dist ( rmdir /s /q dist )

0 commit comments

Comments
 (0)