Skip to content

Commit df4c132

Browse files
Update doclean, to clean up all the build artifacts
1 parent 040d861 commit df4c132

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

doclean

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
1-
rm -rf build pdf2htmlEX.1 share/*.css share/*.js share/*.min.* src/pdf2htmlEX-config.h src/util/css_const.h
1+
#!/bin/sh
2+
3+
THIS_FILE=$(readlink -f "$0")
4+
BASEDIR=$(dirname "$THIS_FILE")
5+
6+
rm -r $BASEDIR/build $BASEDIR/pdf2htmlEX.1 $BASEDIR/share/*.css $BASEDIR/share/*.js $BASEDIR/share/*.min.* $BASEDIR/src/pdf2htmlEX-config.h $BASEDIR/src/util/css_const.h
7+
8+
rm -r $BASEDIR/3rdparty/built
9+
rm -r $BASEDIR/lib-android
10+
rm -r $BASEDIR/android/app/.externalNativeBuild
11+
rm -r $BASEDIR/android/app/build
12+

0 commit comments

Comments
 (0)