Skip to content

Commit

Permalink
chore: 更正安装脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
atxy-blip committed Nov 9, 2023
1 parent 7afa9bb commit 8467d95
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## [未发布]

## [1.3.1] - 2023-11-09
## [1.3.1] - 2023-11-10

### 新增

Expand Down
18 changes: 9 additions & 9 deletions install-unix.sh
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
#!/usr/bin/env sh

mkdir -p "mythesis"
cd "mythesis"
mkdir -p mythesis
cd mythesis

cp -f "../docs/njuthesis-sample.tex" .
cp -f "../docs/njuthesis-sample.bib" .
cp -f "../docs/njuthesis-setup.def" .
cp -f "../docs/nju-emblem*.pdf" .
cp -f "../docs/nju-name*.pdf" .
cp -f "../source/njuthesis.dtx" .
cp -f ../docs/njuthesis-sample.tex .
cp -f ../docs/njuthesis-sample.bib .
cp -f ../docs/njuthesis-setup.def .
cp -f ../docs/nju-emblem*.pdf .
cp -f ../docs/nju-name*.pdf .
cp -f ../source/njuthesis.dtx .

xetex "njuthesis.dtx" > /dev/null
xetex njuthesis.dtx > /dev/null

rm *.dtx
rm *.ins
Expand Down

0 comments on commit 8467d95

Please sign in to comment.