diff mbox

[v3,3/3] manual: style update

Message ID 1417188306-9035-4-git-send-email-rdkehn@yahoo.com
State Not Applicable
Headers show

Commit Message

Doug Kehn Nov. 28, 2014, 3:25 p.m. UTC
Align column separators.

Signed-off-by: Doug Kehn <rdkehn@yahoo.com>
---
 docs/manual/package-make-target.txt | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Comments

Thomas Petazzoni Feb. 3, 2015, 5:12 p.m. UTC | #1
Dear Doug Kehn,

On Fri, 28 Nov 2014 09:25:06 -0600, Doug Kehn wrote:
> Align column separators.
> 
> Signed-off-by: Doug Kehn <rdkehn@yahoo.com>
> ---
>  docs/manual/package-make-target.txt | 12 ++++++------
>  1 file changed, 6 insertions(+), 6 deletions(-)

This patch was no longer needed after our changes to PATCH 2/3, so we
marked it as "Non Applicable" in our patch tracking system.

Thomas
diff mbox

Patch

diff --git a/docs/manual/package-make-target.txt b/docs/manual/package-make-target.txt
index 0f0aced..35d787e 100644
--- a/docs/manual/package-make-target.txt
+++ b/docs/manual/package-make-target.txt
@@ -57,23 +57,23 @@  Additionally, there are some other useful make targets:
 
 [width="90%",cols="^1,4",options="header"]
 |===================================================
-| command/target    | Description
+| command/target      | Description
 
-| +show-depends+    | Displays the dependencies required to build the
+| +show-depends+      | Displays the dependencies required to build the
 package
 
-| +graph-depends+   | Generate a dependency graph of the package, in the
+| +graph-depends+     | Generate a dependency graph of the package, in the
 context of the current Buildroot configuration. See
 xref:graph-depends[this section] for more details about dependency
 graphs.
 
-| +dirclean+        | Remove the whole package build directory
+| +dirclean+          | Remove the whole package build directory
 
-| +rebuild+         | Re-run the compilation commands - this only makes
+| +rebuild+           | Re-run the compilation commands - this only makes
 sense when using the +OVERRIDE_SRCDIR+ feature or when you modified a file
 directly in the build directory
 
-| +reconfigure+     | Re-run the configure commands, then rebuild - this only
+| +reconfigure+       | Re-run the configure commands, then rebuild - this only
 makes sense when using the +OVERRIDE_SRCDIR+ feature or when you modified a
 file directly in the build directory