## ## Makefile<2> for Maths in /home/tessar_m/rendu/theo ## ## Made by Marco Tessari ## Login ## ## Started on Fri May 9 17:37:09 2003 Marco Tessari ## Last update Sun May 11 23:33:42 2003 Marco Tessari ## RM= rm -f NAME= Disney INCLUDES=01-abstract.tex \ 02-background.tex \ 03-empire.tex \ 04-problems&opportunities.tex \ 05-swot.tex \ 06-problems&opportunities(bis).tex \ 07-stake_holders.tex \ 08-majors_objectives.tex \ 09-alternatives.tex \ 10-recommandations.tex \ 11-next_steps.tex \ 12-position.tex all: dvi ps pdf pdf: $(NAME).pdf ps: $(NAME).ps dvi: $(NAME).dvi clean: $(RM) *.aux *.log *.toc *~ distclean: clean $(RM) *.dvi *.ps *.pdf $(NAME).pdf: $(NAME).dvi dvipdf $(NAME).dvi $(NAME).ps: $(NAME).dvi dvips $(NAME).dvi $(NAME).dvi: $(NAME).tex $(INCLUDES) latex $(NAME).tex