-
Notifications
You must be signed in to change notification settings - Fork 87
/
Copy pathmakepkggithub.bat
57 lines (29 loc) · 1.03 KB
/
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
48
49
50
51
52
53
54
55
56
57
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
mkdir egstyle
mkdir tool
cd ..
copy biblatex-gb7714-2015-master\*.* biblatex-gb7714-2015-github\*.* /Y
copy biblatex-gb7714-2015-master\egstyle\*.* biblatex-gb7714-2015-github\egstyle\*.* /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
copy biblatex-gb7714-2015-master\tool\*.* biblatex-gb7714-2015-github\tool\*.* /Y
cd biblatex-gb7714-2015-github
cd tool
call makeclearall
cd tool
call makeclearpdf
del stdbiblatex-gb7714-2015.pdf /Q
cd tool
call makeclearfont
cd ..
zip.exe -r -q -v biblatex-gb7714-2015-github.zip biblatex-gb7714-2015-github
pause