forked from hushidong/biblatex-gb7714-2015
-
Notifications
You must be signed in to change notification settings - Fork 0
/
makepkggithub.bat
47 lines (24 loc) · 839 Bytes
/
makepkggithub.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
title %date% %time% make-pkg-github
cd ..
mkdir biblatex-gb7714-2015-github
cd biblatex-gb7714-2015-github
mkdir example
mkdir egfigure
mkdir egthesis
mkdir egphoto
cd ..
copy biblatex-gb7714-2015-master\*.* biblatex-gb7714-2015-github\*.* /Y
copy biblatex-gb7714-2015-master\example\*.* biblatex-gb7714-2015-github\example\*.* /Y
copy biblatex-gb7714-2015-master\egfigure\*.* biblatex-gb7714-2015-github\egfigure\*.* /Y
copy biblatex-gb7714-2015-master\egthesis\*.* biblatex-gb7714-2015-github\egthesis\*.* /Y
copy biblatex-gb7714-2015-master\egphoto\*.* biblatex-gb7714-2015-github\egphoto\*.* /Y
cd biblatex-gb7714-2015-github
call makeclearall
cd
call makeclearpdf
del stdbiblatex-gb7714-2015.pdf /Q
cd
call makeclearfont
cd ..
zip.exe -r -q -v biblatex-gb7714-2015-github.zip biblatex-gb7714-2015-github
pause