Commit 8993c35c authored by Adam Wujek's avatar Adam Wujek 💬 Committed by Grzegorz Daniluk

docs/specifications/management: fix makefile to rebuild after any change in files

Rebuild document if changes were made to any of files:
-wrs_failures.tex
-fail.tex
-intro.tex
-snmp_exports.tex
Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent e745cf2f
...@@ -2,7 +2,7 @@ all : wrs_failures.pdf ...@@ -2,7 +2,7 @@ all : wrs_failures.pdf
.PHONY : all clean .PHONY : all clean
wrs_failures.pdf : wrs_failures.tex wrs_failures.pdf : wrs_failures.tex fail.tex intro.tex snmp_exports.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 $^
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