Newer
Older
Handbook / calendar / Makefile
  1. SHELL = /bin/sh
  2.  
  3. # Depending on the permissions of your TEXMF directory, you may need to
  4. # do a 'sudo make install'
  5.  
  6. # Set this to whatever it should be, e.g., /usr/local/texmf or whatever.
  7. # Probably better to install these in your own personal TEXMF tree so that
  8. # they don't get wiped out by updates.
  9. # TEXMFHOME =
  10. LATEX = $(TEXMFHOME)/tex/latex
  11.  
  12.  
  13. install:
  14. @mkdir -p $(LATEX)/local
  15. php generate_calendar.php > $(LATEX)/local/calendar_weeks.tex
  16.  
  17. @texhash