summaryrefslogtreecommitdiffstats
path: root/dev/packaging/tutorials
diff options
context:
space:
mode:
authorP. J. McDermott <pehjota>2012-11-18 13:19:19 (EST)
committer P. J. McDermott <pjm@nac.net>2012-11-18 13:19:19 (EST)
commit4a5bdbc314599804280538336d95de429488a12a (patch)
tree6b4cebb7ac86aa2e391caa761e281a148f0b7fe7 /dev/packaging/tutorials
parent4a6a6597d7ba3a0ca92c2c5c0da2aa583dd4c487 (diff)
Emphasize "build work area".
Diffstat (limited to 'dev/packaging/tutorials')
-rw-r--r--dev/packaging/tutorials/basic.mdwn2
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: