mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-12 16:26:23 +00:00
Zoltan is added as thirdParty package
This commit is contained in:
28
thirdParty/Zoltan/docs/tu_html/Makefile
vendored
Normal file
28
thirdParty/Zoltan/docs/tu_html/Makefile
vendored
Normal file
@ -0,0 +1,28 @@
|
||||
# $Id$
|
||||
#
|
||||
TEXFILES=contents.tex introduction.tex examples.tex methods.tex api.tex
|
||||
|
||||
LATEX=latex
|
||||
PDFLATEX=pdflatex
|
||||
LATEX2HTML=latex2html
|
||||
|
||||
all: contents.dvi contents.html contents.pdf
|
||||
|
||||
contents.html: $(TEXFILES)
|
||||
$(LATEX2HTML) contents.tex
|
||||
|
||||
contents.pdf: $(TEXFILES)
|
||||
$(PDFLATEX) contents
|
||||
$(PDFLATEX) contents
|
||||
|
||||
contents.dvi: $(TEXFILES)
|
||||
$(LATEX) contents
|
||||
$(LATEX) contents
|
||||
|
||||
DVICLEAN=contents.toc contents.log contents.aux contents.dvi
|
||||
PDFCLEAN=contents.pdf
|
||||
HTMLCLEAN=/bin/rm -rf contents
|
||||
|
||||
clean:
|
||||
/bin/rm -f $(DVICLEAN) $(PDFCLEAN)
|
||||
$(HTMLCLEAN)
|
Reference in New Issue
Block a user