From 7383ce33ef8b6398bd89d417fe39de0af60fefb8 Mon Sep 17 00:00:00 2001
From: Jan Travnicek <jan.travnicek@.fit.cvut.cz>
Date: Mon, 23 Sep 2019 11:04:44 +0200
Subject: [PATCH] update readme and doc

---
 README.md                    | 4 ++--
 docs/userGuide/userGuide.tex | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index b1ec321cb7..5c25f63bcb 100644
--- a/README.md
+++ b/README.md
@@ -61,8 +61,8 @@ and extract it.
  5. Install: `make install` or `make DESTDIR=./install install` for local install.
  6. Run :)
 
-* *Optional step:* Generate documentation by executing `make doc`.
-* *Optional step:* Run tests with `make test`
+* *Optional step:* Generate documentation by executing `cd doc/userGuide; make`.
+* *Optional step:* Run tests with `make test` inside the build folder.
 
 
 Documentation
diff --git a/docs/userGuide/userGuide.tex b/docs/userGuide/userGuide.tex
index 11c2e093d4..f89425f87d 100644
--- a/docs/userGuide/userGuide.tex
+++ b/docs/userGuide/userGuide.tex
@@ -599,10 +599,10 @@ The command line interface is available through aql2 executable and graphical in
 
 Optionaly the documentation can be generated by executing
 \begin{lstlisting}
-make doc
+cd doc/userGuide && make
 \end{lstlisting}
 
-Optional integration tests can be executed with
+Optional integration tests can be executed with from inside the build folder
 \begin{lstlisting}
 make test
 \end{lstlisting}
-- 
GitLab