mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-17 02:25:09 +00:00
changed docgen.sh to no longer do gzipping, also replaces first line with something more manpage compatible
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@165 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
parent
1afa066e04
commit
9de7ee390c
@ -5,7 +5,8 @@ xsltproc http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl doc
|
||||
|
||||
db2x_xsltproc -s man docs.xml -o docs.mxml
|
||||
db2x_manxml docs.mxml
|
||||
|
||||
gzip -f conky.1
|
||||
man ./conky.1.gz | col -b > README
|
||||
{ echo ".TH CONKY 1 \"August 2005\" \"conky compiled August 2005\" \"User Commands\""; sed 1d < conky.1; } > conky.2
|
||||
mv conky.2 conky.1
|
||||
#gzip --best --stdout conky.1 > conky.1.gz
|
||||
man ./conky.1 | col -b > README
|
||||
mv README ../
|
||||
|
Loading…
Reference in New Issue
Block a user