Skip to content

Commit e2c457a

Browse files
Modify 'make dist' command
1 parent fdc35fc commit e2c457a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,12 @@ clean-docs:
88
presentation:
99
cd docs && latexmk -pdf -interaction=batchmode presentation.tex
1010

11-
dist: docs presentation
11+
dist: | docs presentation
12+
cabal clean
1213
cabal sdist
14+
cd dist-newstyle/sdist && \
15+
tar -xzf *.tar.gz && \
16+
cd simpli-* && zip -qr ../andrea-esposito-parser.zip .
1317

1418
clean: | clean-docs
1519
cd docs && latexmk -C

0 commit comments

Comments
 (0)