summaryrefslogtreecommitdiff
path: root/manual.txt
diff options
context:
space:
mode:
authorMark Pulford <mark@kyne.com.au>2011-12-15 19:04:55 +1030
committerMark Pulford <mark@kyne.com.au>2011-12-15 19:04:55 +1030
commit1d8eba4368aa53ad5e534b68873d24b3ee69cc51 (patch)
treeb89337163d96a0f48e0eda487ef36aa48e1cc1cd /manual.txt
parent353784724505b23539aa693bd2aed3932493ed62 (diff)
downloadlua-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.txt9
1 files changed, 4 insertions, 5 deletions
diff --git a/manual.txt b/manual.txt
index ab08377..4229b51 100644
--- a/manual.txt
+++ b/manual.txt
@@ -1,7 +1,6 @@
1Lua CJSON Manual 1= Lua CJSON 1.0devel Manual =
2================
3Mark Pulford <mark@kyne.com.au> 2Mark Pulford <mark@kyne.com.au>
4v1.0.4, November 30 2011 3:revdate: 30th November 2011
5 4
6Overview 5Overview
7-------- 6--------
@@ -96,7 +95,7 @@ similar) then:
96 95
97[source,sh] 96[source,sh]
98----------- 97-----------
99rpmbuild -tb lua-cjson-1.0.4.tar.gz 98rpmbuild -tb lua-cjson-1.0devel.tar.gz
100rpm -Uvh $newly_built_lua_cjson_rpm 99rpm -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-----------
114cd lua-cjson-1.0.4 113cd lua-cjson-1.0devel
115luarocks make 114luarocks make
116----------- 115-----------
117 116