Codebase list lua-ldoc / d90b943
Add htmldocs and therefore a build-dep on lua-discount Julian Wollrath 11 years ago
4 changed file(s) with 13 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
11 Section: interpreters
22 Priority: optional
33 Maintainer: Julian Wollrath <jwollrath@web.de>
4 Build-Depends: debhelper (>= 9), dh-lua
4 Build-Depends: debhelper (>= 9), dh-lua, lua-discount
55 Standards-Version: 3.9.4
66 Vcs-Git: git://git.debian.org/git/pkg-lua/lua-ldoc.git
77 Vcs-Browser: http://git.debian.org/?p=pkg-lua/lua-ldoc.git
1010 Package: lua-ldoc
1111 Architecture: all
1212 Depends: ${misc:Depends}, lua5.1 | lua5.2, lua-penlight
13 Suggests: lua-markdown, lua-discount
1314 XB-Lua-Versions: ${lua:Versions}
1415 Description: LuaDoc-compatible documentation generation system
1516 LDoc is a LuaDoc-compatible documentation generation system for Lua source
0 Document: lua-ldoc
1 Title: LDoc documentation
2 Author: Steve Donovan
3 Abstract: This is the LDoc documentation
4 Section: Interpreters
5 Format: HTML
6 Index: /usr/share/doc/lua-ldoc/html/index.html
7 Files: /usr/share/doc/lua-ldoc/html/*/*.html
1515
1616 override_dh_prep:
1717 chmod +x ldoc.lua
18 ./ldoc.lua .
1819 dh_prep
1920
2021 override_dh_clean:
2122 dh_clean
22 rm -rf tests/docs tests/*/docs
23 rm -rf tests/docs tests/*/docs html
2324 rm -f debian/trash
2425 chmod -x ldoc.lua