OSDN Git Service

trailed whitespace at the end of a line
[luatex-ja/luatexja.git] / tool / release.sh
index 4ebda8e..3ed4f78 100755 (executable)
@@ -23,6 +23,9 @@ echo
 git commit -m "Releases $VER" --allow-empty
 git archive --format=tar --prefix=$PROJECT-$VER/ HEAD | (cd $TEMP && tar xf -)
 cd $TEMP
+rm -rf $PROJECT-$VER/test
+rm -rf $PROJECT-$VER/src/*.cl*
+rm -rf $PROJECT-$VER/src/ltj-kinsoku.lua
 rm -rf $PROJECT-$VER-orig
 cp -r $PROJECT-$VER $PROJECT-$VER-orig
 cd $PROJECT-$VER