Skip to content

Commit

Permalink
add dos script for making package
Browse files Browse the repository at this point in the history
  • Loading branch information
zohooo committed Mar 24, 2015
1 parent d1964b6 commit ec5ca49
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions make.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
@echo off
xelatex epyt-demo
xelatex epyt-demo
xelatex epyt-demo-cn
xelatex epyt-demo-cn
if not exist temp\tex\latex\epyt md temp\tex\latex\epyt
copy /y beamerthemeepyt.sty temp\tex\latex\epyt
if not exist temp\doc\latex\epyt md temp\doc\latex\epyt
copy /y epyt-demo.tex temp\doc\latex\epyt
copy /y epyt-demo.pdf temp\doc\latex\epyt
copy /y epyt-demo-cn.tex temp\doc\latex\epyt
copy /y epyt-demo-cn.pdf temp\doc\latex\epyt
copy /y README temp\doc\latex\epyt
if not exist temp\epyt md temp\epyt
copy /y beamerthemeepyt.sty temp\epyt
copy /y epyt-demo.tex temp\epyt
copy /y epyt-demo.pdf temp\epyt
copy /y README temp\epyt
if exist temp\epyt.tds.zip del temp\epyt.tds.zip
if exist temp\epyt.zip del temp\epyt.zip
cd temp && zip -r -X -ll epyt.tds.zip doc tex
cd ..
cd temp && zip -r -X -ll epyt.zip epyt.tds.zip epyt

0 comments on commit ec5ca49

Please sign in to comment.