mirror of
https://github.com/NohamR/Bibmath2Tex.git
synced 2026-05-25 04:07:16 +00:00
first crawl
This commit is contained in:
5
Makefile
5
Makefile
@@ -1,11 +1,10 @@
|
||||
TEX=pdflatex
|
||||
SRC=essaie.tex
|
||||
SRC=file.tex
|
||||
OUTDIR=output
|
||||
OUTPDF=$(OUTDIR)/essaie.pdf
|
||||
|
||||
all:
|
||||
@mkdir -p $(OUTDIR)
|
||||
$(TEX) -output-directory=$(OUTDIR) $(SRC)
|
||||
$(TEX) -output-directory=$(OUTDIR) $(SRC) -interaction=batchmode
|
||||
|
||||
clean:
|
||||
rm -rf $(OUTDIR)/*.aux $(OUTDIR)/*.log $(OUTDIR)/*.pdf
|
||||
|
||||
Reference in New Issue
Block a user