summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/msg/Makefile
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-10-07 20:34:51 +0000
committerKarl Berry <karl@freefriends.org>2006-10-07 20:34:51 +0000
commit60a45a6e821196e03a1b74a69b6b5821693288aa (patch)
tree6561dd6a85e9f34421a40fabdf3d42d6b759035f /Master/texmf-dist/source/latex/msg/Makefile
parent07f227511dcbf1e141f45c38947c6430d58e8012 (diff)
msg v0.40 update (6oct06)
git-svn-id: svn://tug.org/texlive/trunk@2265 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/msg/Makefile')
-rw-r--r--Master/texmf-dist/source/latex/msg/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/msg/Makefile b/Master/texmf-dist/source/latex/msg/Makefile
new file mode 100644
index 00000000000..60303250f35
--- /dev/null
+++ b/Master/texmf-dist/source/latex/msg/Makefile
@@ -0,0 +1,25 @@
+# Makefile for TeXLive preparation
+
+# Here are the default directories; you can modify them here or provide
+# new values via the command line: make TL LATEXDIR="xxxxx"
+
+LATEXDIR=./base
+DOCDIR=./doc
+TESTSDIR=./tests
+
+TL:
+ @echo Installation of the "msg" package for the TeX Live
+ latex msg.ins
+ mkdir ${LATEXDIR}
+ mkdir ${DOCDIR}
+ mkdir ${TESTSDIR}
+ mv *.sty ${LATEXDIR}/
+ mv *-msg.tex ${LATEXDIR}/
+ mv *.pdf ${DOCDIR}
+ mv README ${DOCDIR}
+ mv msgguide.tex ${DOCDIR}
+ mv CHANGES ${DOCDIR}
+ mv msgtest.tex ${TESTSDIR}/
+ @echo End of installation of the "msg" package for TL.
+
+############################################################## \ No newline at end of file