From: Simon Marchi Date: Mon, 18 Nov 2019 17:07:51 +0000 (-0500) Subject: doc: reformat long lines in doc/examples/Makefile.am X-Git-Tag: v2.12.0-rc1~5 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;ds=sidebyside;h=54435b75df4c16be1ae0e1c86d5ee1f894b97e73;hp=54435b75df4c16be1ae0e1c86d5ee1f894b97e73;p=lttng-ust.git doc: reformat long lines in doc/examples/Makefile.am Format the long lines in the all-local target a bit like the "cmake" target is formatted already. I think it helps readability to have one argument per line instead of very long lines. At the same time, I removed the "cd .." at the end of parentheses. The parentheses start a new subshell, so it's unnecessary to do "cd .." before the subshell exits. Signed-off-by: Simon Marchi Signed-off-by: Mathieu Desnoyers ---