/[gzz]/manuscripts/Control1/Makefile
ViewVC logotype

Diff of /manuscripts/Control1/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by tjl, Mon May 5 14:53:02 2003 UTC revision 1.3 by tjl, Mon May 5 15:09:41 2003 UTC
# Line 15  clean: Line 15  clean:
15  #%.gen.pdf: %.gen.eps  #%.gen.pdf: %.gen.eps
16  #       ps2pdf $< $@  #       ps2pdf $< $@
17    
18  %.gen.pdf: %.gen.latex $(LATEX_DEPS)  %.gen.pdf: %.gen.latex $(LATEX_DEPS) style.tex
19          pdflatex $*.gen.latex          pdflatex $*.gen.latex
20          BIBINPUTS=..:$$BIBINPUTS bibtex $*.gen          BIBINPUTS=..:$$BIBINPUTS bibtex $*.gen
21          pdflatex $*.gen.latex          pdflatex $*.gen.latex
22          pdflatex $*.gen.latex          pdflatex $*.gen.latex
23    
24  %.gen.dvi: %.gen.latex $(LATEX_DEPS)  %.gen.dvi: %.gen.latex $(LATEX_DEPS) style.tex
25          latex $<          latex $<
26          BIBINPUTS=..:$$BIBINPUTS bibtex $*.gen          BIBINPUTS=..:$$BIBINPUTS bibtex $*.gen
27          latex $<          latex $<
# Line 30  clean: Line 30  clean:
30  %.gen.ps: %.gen.dvi  %.gen.ps: %.gen.dvi
31          dvips $< -o $@          dvips $< -o $@
32    
33  %.gen.latex: %.rst  %.gen.latex: %.rst docutils.conf Makefile
34          $(MAKE) -C ../../navidoc latex RST="../manuscripts/Control1/$<"          $(MAKE) -C ../../navidoc latex RST="../manuscripts/Control1/$<"
35            perl -p -i -e 's/documentclass/documentclass[twocolumn]/' $*.gen.latex
36    
37  %.gen.html: %.rst  %.gen.html: %.rst docutils.conf Makefile
38          $(MAKE) -C ../../navidoc html RST="../manuscripts/Contorl1/$<"          $(MAKE) -C ../../navidoc html RST="../manuscripts/Contorl1/$<"
39    
40  #%.gen.png: %.dia  #%.gen.png: %.dia

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26