GitBucket
4.21.2
Toggle navigation
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Forks
nigel.stanger
/
LaTeX
Browse code
- Added Makefile to make installing easier.
master
1 parent
28e73eb
commit
dbfd0a6271155c8f283f5ff930b43652220a0c6a
nstanger
authored
on 4 Mar 2004
Patch
Showing
1 changed file
Makefile
Ignore Space
Show notes
View
Makefile
0 → 100755
################################################################################ # # 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
Show line notes below