summaryrefslogtreecommitdiff
path: root/lua-cjson.spec
diff options
context:
space:
mode:
authorMark Pulford <mark@kyne.com.au>2011-12-12 23:23:32 +1030
committerMark Pulford <mark@kyne.com.au>2011-12-12 23:23:32 +1030
commit71c5dd86f14a73d97e2cb57e81755c4844938697 (patch)
tree124d6c7a1d46463826cd9d45e288f200b7b05e08 /lua-cjson.spec
parentbd994cd7976ac93c530792e3c0d6f45a33c757b4 (diff)
downloadlua-cjson-71c5dd86f14a73d97e2cb57e81755c4844938697.tar.gz
lua-cjson-71c5dd86f14a73d97e2cb57e81755c4844938697.tar.bz2
lua-cjson-71c5dd86f14a73d97e2cb57e81755c4844938697.zip
Convert documentation to AsciiDoc
- Rename README to manual.txt and add AsciiDoc markup - Rewrite some sections of documentation (more outstanding) - Add "doc" Makefile target - Update RPM spec file to include HTML output
Diffstat (limited to 'lua-cjson.spec')
-rw-r--r--lua-cjson.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua-cjson.spec b/lua-cjson.spec
index 07064e9..c446bfb 100644
--- a/lua-cjson.spec
+++ b/lua-cjson.spec
@@ -39,7 +39,7 @@ rm -rf "$RPM_BUILD_ROOT"
39 39
40%files 40%files
41%defattr(-,root,root,-) 41%defattr(-,root,root,-)
42%doc LICENSE NEWS performance.txt README rfc4627.txt tests THANKS TODO 42%doc LICENSE NEWS performance.txt manual.txt rfc4627.txt tests THANKS TODO
43%{lualibdir}/* 43%{lualibdir}/*
44 44
45 45