Commit caac1e16 authored by Maciej Lipinski's avatar Maciej Lipinski

updated Makefile so it works also on my machine (problems with escape character)

parent 6597be52
......@@ -7,7 +7,7 @@ all : wrpc.pdf
.PHONY : all clean
wrpc.pdf : wrpc.tex
@echo '\\newcommand{\\gitrevinfo}{'$(RELEASE)'}' > version.tex
bash -c "echo '\\newcommand{\\gitrevinfo}{'$(RELEASE)'}' > version.tex"
pdflatex -dPDFSETTINGS=/prepress -dSubsetFonts=true -dEmbedAllFonts=true -dMaxSubsetPct=100 -dCompatibilityLevel=1.4 $^
pdflatex -dPDFSETTINGS=/prepress -dSubsetFonts=true -dEmbedAllFonts=true -dMaxSubsetPct=100 -dCompatibilityLevel=1.4 $^
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment