diff options
author | Mark Pulford <mark@kyne.com.au> | 2011-12-15 19:04:55 +1030 |
---|---|---|
committer | Mark Pulford <mark@kyne.com.au> | 2011-12-15 19:04:55 +1030 |
commit | 1d8eba4368aa53ad5e534b68873d24b3ee69cc51 (patch) | |
tree | b89337163d96a0f48e0eda487ef36aa48e1cc1cd /manual.txt | |
parent | 353784724505b23539aa693bd2aed3932493ed62 (diff) | |
download | lua-cjson-1d8eba4368aa53ad5e534b68873d24b3ee69cc51.tar.gz lua-cjson-1d8eba4368aa53ad5e534b68873d24b3ee69cc51.tar.bz2 lua-cjson-1d8eba4368aa53ad5e534b68873d24b3ee69cc51.zip |
Automate package releases with build-packages.sh
build-packages.sh has several advantages:
- Automatically bumps version numbers
- Builds HTML documentation on the fly
Diffstat (limited to 'manual.txt')
-rw-r--r-- | manual.txt | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -1,7 +1,6 @@ | |||
1 | Lua CJSON Manual | 1 | = Lua CJSON 1.0devel Manual = |
2 | ================ | ||
3 | Mark Pulford <mark@kyne.com.au> | 2 | Mark Pulford <mark@kyne.com.au> |
4 | v1.0.4, November 30 2011 | 3 | :revdate: 30th November 2011 |
5 | 4 | ||
6 | Overview | 5 | Overview |
7 | -------- | 6 | -------- |
@@ -96,7 +95,7 @@ similar) then: | |||
96 | 95 | ||
97 | [source,sh] | 96 | [source,sh] |
98 | ----------- | 97 | ----------- |
99 | rpmbuild -tb lua-cjson-1.0.4.tar.gz | 98 | rpmbuild -tb lua-cjson-1.0devel.tar.gz |
100 | rpm -Uvh $newly_built_lua_cjson_rpm | 99 | rpm -Uvh $newly_built_lua_cjson_rpm |
101 | ----------- | 100 | ----------- |
102 | 101 | ||
@@ -111,7 +110,7 @@ Extract the Lua CJSON source package into a directory and run: | |||
111 | 110 | ||
112 | [source,sh] | 111 | [source,sh] |
113 | ----------- | 112 | ----------- |
114 | cd lua-cjson-1.0.4 | 113 | cd lua-cjson-1.0devel |
115 | luarocks make | 114 | luarocks make |
116 | ----------- | 115 | ----------- |
117 | 116 | ||