doc: reformat long lines in doc/examples/Makefile.am
authorSimon Marchi <simon.marchi@efficios.com>
Mon, 18 Nov 2019 17:07:51 +0000 (12:07 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 18 Nov 2019 17:12:05 +0000 (12:12 -0500)
commit54435b75df4c16be1ae0e1c86d5ee1f894b97e73
treeffc6dd600ebde8db3c248fcadf90d5ddf85d5f02
parent8aeb3cae3d7a1c2cf0fb24d8d83c94e32d5622dd
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 <simon.marchi@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
doc/examples/Makefile.am
This page took 0.024193 seconds and 4 git commands to generate.