From e1b24765afd9e7d2d8043a408d69c7ad814d3551 Mon Sep 17 00:00:00 2001 From: Alexis Jeandet Date: Mon, 17 Jul 2017 15:27:09 +0200 Subject: Removed minor typos in documentation. Signed-off-by: Alexis Jeandet --- docs/markdown/Quick-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/markdown/Quick-guide.md') diff --git a/docs/markdown/Quick-guide.md b/docs/markdown/Quick-guide.md index 5feccbc5c..32e2b7d45 100644 --- a/docs/markdown/Quick-guide.md +++ b/docs/markdown/Quick-guide.md @@ -62,7 +62,7 @@ $ CFLAGS=... CXXFLAGS=... LDFLAGS=.. meson --prefix /usr --buildtype=plain build $ ninja -v -C builddir $ ninja -C builddir test $ DESTDIR=/path/to/staging/root ninja -C builddir install -```` +``` The command line switch `--buildtype=plain` tells Meson not to add its own flags to the command line. This gives the packager total control on used flags. -- cgit v1.2.3