diff --git a/Makefile b/Makefile new file mode 100755 index 0000000..f28d337 --- /dev/null +++ b/Makefile @@ -0,0 +1,31 @@ +################################################################################ +# +# File: $Source$ +# +# $Id$ +# +################################################################################ + +SHELL = /bin/sh + +# Depending on the permissions of your TEXMF directory, you may need to +# do a 'sudo make install' + +# Set this to whatever it should be, e.g., /usr/local/texmf or whatever. +# Probably better to install these in your own personal TEXMF tree so that +# they don't get wiped out by updates. +# TEXMF_INSTALL = +LATEX = $(TEXMF_INSTALL)/tex/latex + + +install: + @mkdir -p $(LATEX)/beamer + cp beamerthemeotago.sty $(LATEX)/beamer + + @mkdir -p $(LATEX)/listings + cp lstlang*.sty $(LATEX)/listings + + @mkdir -p $(LATEX)/local + cp lecturefig.cls $(LATEX)/local + + @texhash