source: CIVL/doc/manual/Makefile@ 32410ee

1.23 2.0 acw/focus-triggers main test-branch
Last change on this file since 32410ee was 9c391c1, checked in by Stephen Siegel <siegel@…>, 12 years ago

Added Makefile for manual.

git-svn-id: svn://vsl.cis.udel.edu/civl/trunk@689 fb995dde-84ed-4084-dfe6-e5aef3e2452c

  • Property mode set to 100644
File size: 198 bytes
Line 
1NAME=civl-manual
2SRC=$(NAME).tex
3BIB=civl.bib
4
5$(NAME).pdf: $(SRC) $(BIB)
6 pdflatex $(SRC)
7 bibtex $(NAME)
8 pdflatex $(SRC)
9 pdflatex $(SRC)
10
11clean:
12 rm -f *.aux *.log *.out *.pdf *.blg *.bbl *.toc
Note: See TracBrowser for help on using the repository browser.