Skip to content

Commit bb18cb7

Browse files
committed
fix(make): clean zip before package, defensively.
1 parent 2627834 commit bb18cb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ dev-doc:
7777
ls bithesis.dtx | entr -s 'make clean-all && yes y | make doc && open bithesis.pdf'
7878

7979
pkg: doc
80-
rm -rf ./bithesis
80+
rm -rf ./bithesis ./bithesis.zip
8181
mkdir bithesis
8282
cp bithesis.{ins,dtx,pdf} ./README*.md ./contributing*.md ./bithesis
8383
mv ./bithesis/README-bithesis.md ./bithesis/README.md

0 commit comments

Comments
 (0)