From c09fccffe5b546602b10b610cee32e460b331a22 Mon Sep 17 00:00:00 2001
From: apvrille <ludovic.apvrille@eurecom.fr>
Date: Wed, 4 Apr 2018 10:17:21 +0200
Subject: [PATCH] Update on Makfile for SysML-Sec documentation

---
 doc/SysMLSec/Makefile                   | 3 +--
 doc/SysMLSec/sysmlsec_documentation.tex | 4 ++--
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/doc/SysMLSec/Makefile b/doc/SysMLSec/Makefile
index 4de004cca6..a10cc88ff8 100644
--- a/doc/SysMLSec/Makefile
+++ b/doc/SysMLSec/Makefile
@@ -1,8 +1,7 @@
 
 FIGDIR		:= fig
 BUILDDIR	:= build
-SRCDIR		:= .
 
 include ../mli.mk
 
-$(BUILDDIR)/gdr_slides.pdf: $(FIGURES)
+$(BUILDDIR)/sysmlsec_documentation.pdf: $(FIGURES)
diff --git a/doc/SysMLSec/sysmlsec_documentation.tex b/doc/SysMLSec/sysmlsec_documentation.tex
index cd54fa998d..82b600943f 100644
--- a/doc/SysMLSec/sysmlsec_documentation.tex
+++ b/doc/SysMLSec/sysmlsec_documentation.tex
@@ -35,7 +35,7 @@
 
 \begin{center}
 
-\includegraphics[width=0.2\textwidth]{figures/logotpt}
+\includegraphics[width=0.2\textwidth]{fig/logotpt}
 \vspace{10 pt}\\
 \Huge TTool \\
 \vspace{10 pt}
@@ -170,7 +170,7 @@ The first tab of the model presents an overview of the SysML-Sec methodology (se
 
 \begin{figure*}[htbp]
 \centering
-\includegraphics[scale=0.8]{build/method-svg}
+\includegraphics[scale=0.8]{build/method-svg.pdf}
 
 \caption{The first diagram represents the method of SysML-Sec. Each stage of the method is represented by a rectangle that contains a link to all diagrams of the corresponding stage} \label{fig:method}
 \end{figure*}
-- 
GitLab