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 .jpg to OU logo install
master
1 parent
673fc0c
commit
df012842bc668612644e471ced5cd8b507eec261
nstanger
authored
on 30 Apr 2008
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/themeOtago @mkdir -p $(LATEX)/beamer/themeNZCS cp beamerthemeOtago/*.sty $(LATEX)/beamer/themeOtago cp beamerthemeOtago/OU-Logo-Colour.* $(LATEX)/beamer/themeOtago cp beamerthemenzcs/beamerthemenzcs.sty $(LATEX)/beamer/themeNZCS cp beamerthemenzcs/NZCSbanner.png $(LATEX)/beamer/themeNZCS @mkdir -p $(LATEX)/OULogo (cd OULogo; cp *.eps *.pdf *.png *.jpg $(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/themeOtago @mkdir -p $(LATEX)/beamer/themeNZCS cp beamerthemeOtago/*.sty $(LATEX)/beamer/themeOtago cp beamerthemeOtago/OU-Logo-Colour.* $(LATEX)/beamer/themeOtago cp beamerthemenzcs/beamerthemenzcs.sty $(LATEX)/beamer/themeNZCS cp beamerthemenzcs/NZCSbanner.png $(LATEX)/beamer/themeNZCS @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