diff options
author | P. J. McDermott <pehjota> | 2012-11-18 13:17:17 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-11-18 13:17:17 (EST) |
commit | 4a6a6597d7ba3a0ca92c2c5c0da2aa583dd4c487 (patch) | |
tree | ea045f1e7e4be1f7c0e3de6aa3e8dbb07cd99e23 /dev/packaging/tutorials | |
parent | dd85dee94b6e4cac76d63af471833c7796f20f29 (diff) |
Adjust formatting and terminology.
Diffstat (limited to 'dev/packaging/tutorials')
-rw-r--r-- | dev/packaging/tutorials/basic.mdwn | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev/packaging/tutorials/basic.mdwn b/dev/packaging/tutorials/basic.mdwn index b5e0e0e..e6bea13 100644 --- a/dev/packaging/tutorials/basic.mdwn +++ b/dev/packaging/tutorials/basic.mdwn @@ -112,10 +112,10 @@ installing data files to be provided by binary packages". Looking Through the Source -------------------------- -With a ["no-op"][no-op] target in `build`, we can make **opkbuild**(1) prepare a -[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: +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 +target isn't required by SPF 2.0, but it seems to facilitate a nice workflow. +So begin writing `build` as follows: #!/usr/bin/make -f |