Ignore:
Timestamp:
08/19/09 03:21:13 (15 years ago)
Author:
nanardon
Message:
  • complete switch prosper => beamer
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/subversion/Makefile

    r121 r232  
    44 
    55LATEX=latex 
     6PDFTEX=pdflatex 
    67FIG2DEV=fig2dev 
    78DVIPDF=dvipdf 
     
    2627PDF=$(SOURCES:.tex=.pdf) 
    2728EPS=$(FIGURES:.fig=.eps) $(IMAGES:.png=.eps) 
     29PNG=$(FIGURES:.fig=.png) 
    2830 
    2931all: pdf 
    3032 
    31 pdf: $(EPS) $(PDF) 
     33pdf: $(PNG) $(PDF) 
    3234 
    3335dvi: $(EPS) $(DVI) 
     
    3638        $(LATEX) -halt-on-error $< && $(LATEX) -halt-on-error $< 
    3739 
    38 .dvi.pdf: 
    39         $(DVIPDF) $< $@ 
     40.tex.pdf: $(PNG) 
     41        $(PDFTEX) -halt-on-error $< && $(PDFTEX) -halt-on-error $< 
    4042 
    4143.fig.eps: 
     
    4345 
    4446.png.eps: 
     47        $(CONVERT) $< $@ 
     48 
     49.eps.png: 
    4550        $(CONVERT) $< $@ 
    4651 
Note: See TracChangeset for help on using the changeset viewer.