GitBucket
4.21.2
Toggle navigation
Snippets
Sign in
Files
Branches
1
Releases
Issues
1
Pull requests
Labels
Priorities
Milestones
Wiki
Forks
nigel.stanger
/
Handbook
Browse code
- Added makefile to install generated calendar date macros into an appropriate
TEXMF tree.
master
1 parent
64979a8
commit
2a62646a7bfd17f75ad59d1b31aa65b782bf0029
nstanger
authored
on 21 Feb 2012
Patch
Showing
1 changed file
calendar/Makefile
Ignore Space
Show notes
View
calendar/Makefile
0 → 100755
################################################################################ # # File: $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. # TEXMFHOME = LATEX = $(TEXMFHOME)/tex/latex install: @mkdir -p $(LATEX)/local php generate_calendar.php > $(LATEX)/local/calendar_weeks.tex @texhash
Show line notes below