linux/make_tarball.sh: remove old target directory before creating.
This commit is contained in:
parent
badbe09187
commit
43a429b182
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ VERSION=$(grep -e '^Version' pandoc.cabal | awk '{print $2}')
|
|||
TARGET=pandoc-$VERSION
|
||||
|
||||
cd /artifacts
|
||||
rm -rf $TARGET
|
||||
mkdir $TARGET
|
||||
mkdir $TARGET/bin $TARGET/share $TARGET/share/man $TARGET/share/man/man1
|
||||
./pandoc-citeproc --man > $TARGET/share/man/man1/pandoc-citeproc.1
|
||||
|
|
Loading…
Add table
Reference in a new issue