diff options
author | P. J. McDermott <pehjota> | 2012-11-18 13:19:19 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-11-18 13:19:19 (EST) |
commit | 4a5bdbc314599804280538336d95de429488a12a (patch) | |
tree | 6b4cebb7ac86aa2e391caa761e281a148f0b7fe7 | |
parent | 4a6a6597d7ba3a0ca92c2c5c0da2aa583dd4c487 (diff) |
Emphasize "build work area".
-rw-r--r-- | dev/packaging/tutorials/basic.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/packaging/tutorials/basic.mdwn b/dev/packaging/tutorials/basic.mdwn index e6bea13..fffc27b 100644 --- a/dev/packaging/tutorials/basic.mdwn +++ b/dev/packaging/tutorials/basic.mdwn @@ -113,7 +113,7 @@ Looking Through the Source -------------------------- With a "[no-op][no-op]" target in `build`, we can make **opkbuild**(1) prepare a -[build work area][spf-work-area] with the unpacked source code and stop. This +*[build work area][spf-work-area]* with the unpacked source code and stop. This target isn't required by SPF 2.0, but it seems to facilitate a nice workflow. So begin writing `build` as follows: |