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