aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIgor Pashev <igor.pashev@nexenta.com>2012-10-01 15:24:16 +0400
committerIgor Pashev <igor.pashev@nexenta.com>2012-10-01 15:24:16 +0400
commitca9b664711b7085321c51723d27b06a03490543c (patch)
tree9177253e3e3ccc6cf2ce9b343c41b1feb36d4066 /README.md
parentb0a2336fdc6a7291816cf33a342efa79d5a7b3ab (diff)
downloadcibs-ca9b664711b7085321c51723d27b06a03490543c.tar.gz
Typos
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 95e5187..db393da 100644
--- a/README.md
+++ b/README.md
@@ -20,23 +20,23 @@ To create and publish an IPS package you need:
* At least one canonical IPS manifest.
-Look into directory "`examples`" for examples.
+Look into directory `examples` for examples.
# CIBS modules
## ips.mk
This module provides functions to work with IPS manifests and publish packages.
-When "`ips.mk`" modules is included these targets are available from main "`Makefile`":
+When `ips.mk` modules is included these targets are available from main `Makefile`:
* `publish` - publish IPS package into IPS repository
* `pre-publish` - make everything required to publish (including downloading archive,
patching, compiling, mogrifying manifests etc), but do not publish. Usefull for final
verifications what is going into IPS repository. All intermediate and final manifests
-are in "`work/manifests`" directory.
+are in `work/manifests` directory.
* `build-dep` - install build dependencies
-Any variable defined in "`Makefile`" will be passed to "`pkgmogrify`", for example:
+Any variable defined in `Makefile` will be passed to `pkgmogrify`, for example:
`pkgmogrify -Darchive="mpfr-3.1.1.tar.xz" -Ddownload="http://ftp.gnu.org/gnu/mpfr/mpfr-3.1.1.tar.xz" -Dhome="http://www.mpfr.org/" -Dlicense="LGPLv3" -Dname="mpfr" -Dsummary="GNU library for multiple-precision floating-point computations with correct rounding" -Dversion="3.1.1" ...`