From: Tim Pope Date: Sat, 15 Nov 2003 07:33:58 +0000 (+0000) Subject: Wrote minimal instructions for installation X-Git-Url: http://git.tpope.net/?p=latex-mlastyle.git;a=commitdiff_plain;h=5bc575471b9d0a96a1766dbd5b592a6dc2434090 Wrote minimal instructions for installation --- diff --git a/README b/README index 7c603fc..95de5a8 100644 --- a/README +++ b/README @@ -1 +1,10 @@ -Bite my shiny metal ass! +To create the .sty file and documentation, run make. Installation can +be accomplished with make install. Alternatively, copy mlastyle.sty +into TeX's search path after running the following commands: + + latex mlastyle.ins + latex mlastyle.dtx + makeindex -s gglo.ist -o mlastyle.gls mlastyle.glo + makeindex -s gind.ist -o mlastyle.ind mlastyle.gls + latex mlastyle.dtx + latex mlastyle.dtx