diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-11 23:52:05 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-11 23:52:05 +0000 |
commit | 9ff3df0fe055947a44a85aea3b1907e29e593e18 (patch) | |
tree | 66b6d4239bfe140ab62430d4ac3c57bb3713b147 /Master/texmf-dist/source/latex/ctib/MIKTEX | |
parent | d21901adad62192ce9fff6f2fe7fe862bd99b890 (diff) |
trunk/Master/texmf-dist/source/latex/ctib
git-svn-id: svn://tug.org/texlive/trunk@209 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/ctib/MIKTEX')
-rw-r--r-- | Master/texmf-dist/source/latex/ctib/MIKTEX | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/ctib/MIKTEX b/Master/texmf-dist/source/latex/ctib/MIKTEX new file mode 100644 index 00000000000..525b7c377b6 --- /dev/null +++ b/Master/texmf-dist/source/latex/ctib/MIKTEX @@ -0,0 +1,34 @@ +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\ctib
+md \localtexmf\mfinput\ctib
+md \localtexmf\tfm\ctib
+md \localtexmf\doc\ctib
+
+ECHO Copying contents into newly created directories:
+
+copy texinput\*.* \localtexmf\tex\latex\ctib\
+copy mfinput\*.* \localtexmf\fonts\source\ctib\
+copy tfm\*.* \localtexmf\fonts\tfm\ctib\
+copy doc\*.* \localtexmf\doc\ctib\
+
+ECHO Remake file database:
+
+cd \texmf\miktex\config
+configure -u
+
+cd \temp\ctib
+
+ECHO Everything should be installed now!
|