1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-01-24 15:48:28 +00:00

docgen should be happy now

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@143 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
Brenden Matthews 2005-08-22 00:44:31 +00:00
parent f3aa44b7dc
commit 4342eddec5
3 changed files with 1 additions and 7 deletions

View File

@ -1,3 +1,3 @@
man_MANS = conky.1.gz
EXTRA_DIST = conkyrc.sample conky.1.gz
EXTRA_DIST = conkyrc.sample conky.1.gz docs.html

Binary file not shown.

View File

@ -6,12 +6,6 @@ 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
#if [ -x docbook2man ]
#then
# docbook2man docs.xml
#else
# docbook2x-man docs.xml
#fi
gzip -f conky.1
man ./conky.1.gz | col -b > README
mv README ../