summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/msg/Makefile
diff options
context:
space:
mode:
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