summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/clock/MIKTEX
blob: a83fcceaac553486f81b6175b336bd101332eba4 (plain)
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
REM  This is the installation batch file skeleton for MikTeX
REM  users. Please check this file carefully whether it
REM  matches your system before you commit any changes.
REM 
REM  How to proceed:
REM 
REM  1. Check for your drives and paths.
REM  2. Correct the following md and copy statements where
REM     necessary.
REM  3. Rename this file from MIKTEX to MIKTEX.BAT
REM  4. Execute MIKTEX.BAT

ECHO Creating following directories:

md \localtexmf\texinput\clock
md \localtexmf\mfinput\clock
md \localtexmf\tfm\clock
md \localtexmf\doc\clock

ECHO Copying contents into newly created directories:

copy texinput\*.*		\localtexmf\tex\latex\clock\
copy mfinput\*.*		\localtexmf\fonts\source\clock\
copy tfm\*.*			\localtexmf\fonts\tfm\clock\
copy doc\*.*			\localtexmf\doc\clock\

ECHO Remake file database:

cd \texmf\miktex\config
configure -u
cd \temp\clock

ECHO Everything should be installed now!