Skip to content
Snippets Groups Projects
Verified Commit ca6144c6 authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Use Makefile instead of shell script.

parent 4f4eb2fa
Branches
No related tags found
No related merge requests found
.PHONY: all clean
all: dlogo.svg dlogo_hover.svg dfavicon.svg dbkgd.png dbkgd_ws.png
make clean
clean:
rm -rf *.pdf *.log *.aux auto
clean-all: clean
rm -rf *.svg *.png
dlogo.svg: dlogo.tex
pdflatex -shell-escape dlogo.tex
dlogo_hover.svg: dlogo_hover.tex
pdflatex -shell-escape dlogo_hover.tex
dfavicon.svg: dfavicon.tex
pdflatex -shell-escape dfavicon.tex
dbkgd.png: dbkgd.tex
pdflatex -shell-escape dbkgd.tex
dbkgd_ws.png: dbkgd_ws.tex dbkgd-header.tex dbkgd-curves.tex
pdflatex -shell-escape dbkgd_ws.tex
#!/bin/sh
pdflatex -shell-escape dlogo.tex
pdflatex -shell-escape dlogo_hover.tex
pdflatex -shell-escape dfavicon.tex
pdflatex -shell-escape dbkgd.tex
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment