Newer
Older
LaTeX / Makefile
nstanger on 4 Mar 2004 777 bytes - Added relational algebra package.
################################################################################
#
# 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 relalg.sty $(LATEX)/local

	@texhash