summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/clock/MIKTEX
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/clock/MIKTEX')
-rw-r--r--Master/texmf-dist/doc/latex/clock/MIKTEX33
1 files changed, 33 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/clock/MIKTEX b/Master/texmf-dist/doc/latex/clock/MIKTEX
new file mode 100644
index 00000000000..a83fcceaac5
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/clock/MIKTEX
@@ -0,0 +1,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!