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
- Moved NZCS beamer theme into shared repository.
master
1 parent
c171c58
commit
990a5c19900e8dcba3536b4671ae80bbf5680ddc
nstanger
authored
on 30 Aug 2004
Patch
Showing
1 changed file
Makefile
Ignore Space
Show notes
View
Makefile
################################################################################ # # 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 cp beamerthemenzcs/beamerthemenzcs.sty $(LATEX)/beamer cp beamerthemenzcs/NZCSbanner.png $(LATEX)/beamer @mkdir -p $(LATEX)/OULogo (cd OULogo; cp *.eps *.pdf *.png $(LATEX)/OULogo) @mkdir -p $(LATEX)/listings cp lstlang*.sty $(LATEX)/listings @mkdir -p $(LATEX)/local cp lecturefig.cls relalg.sty $(LATEX)/local @texhash
################################################################################ # # 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)/OULogo (cd OULogo; cp *.eps *.pdf *.png $(LATEX)/OULogo) @mkdir -p $(LATEX)/listings cp lstlang*.sty $(LATEX)/listings @mkdir -p $(LATEX)/local cp lecturefig.cls relalg.sty $(LATEX)/local @texhash
Show line notes below