summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/clock/EMTEX
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-09 00:49:07 +0000
committerKarl Berry <karl@freefriends.org>2006-01-09 00:49:07 +0000
commit007f67a693e4d031fd3d792df8e4d5f43e2cb2e7 (patch)
tree90d17e00e572ecb1e24764b6f29c80e098b08d29 /Master/texmf-dist/doc/latex/clock/EMTEX
parent950209b26f70aa87ed07c54f82a95b6f03b7c3a0 (diff)
doc/latex
git-svn-id: svn://tug.org/texlive/trunk@84 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/clock/EMTEX')
-rw-r--r--Master/texmf-dist/doc/latex/clock/EMTEX25
1 files changed, 25 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/clock/EMTEX b/Master/texmf-dist/doc/latex/clock/EMTEX
new file mode 100644
index 00000000000..d59c00de4b0
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/clock/EMTEX
@@ -0,0 +1,25 @@
+REM This is the installation batch file skeleton for emtex
+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 EMTEX to EMTEX.BAT
+REM 4. Execute EMTEX.BAT
+
+ECHO Creating following directories:
+
+md \emtex\texinput\clock
+md \emtex\mfinput\clock
+md \emtex\tfm\clock
+md \emtex\doc\clock
+
+ECHO Copying contents into newly created directories:
+
+copy texinput\*.* \emtex\texinput\clock\
+copy mfinput\*.* \emtex\mfinput\clock\
+copy tfm\*.* \emtex\tfm\clock\
+copy doc\*.* \emtex\doc\clock\