mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-11 18:38:45 +00:00
updated makefile to work better
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@145 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
parent
14587562b3
commit
c7272e9f56
2
README
2
README
@ -75,7 +75,7 @@ OPTIONS
|
||||
Text alignment on screen, {top,bottom}_{left,right} or none
|
||||
|
||||
|
||||
-b Use double buffering (eliminates flicker)
|
||||
-b Use double buffering (eliminates "flicker")
|
||||
|
||||
|
||||
-c FILE
|
||||
|
@ -2,12 +2,12 @@ man_MANS = conky.1.gz
|
||||
|
||||
if HAVE_DOCSTUFF
|
||||
conky.1.gz: command_options.xml config_settings.xml docgen.sh docs.xml variables.xml
|
||||
${XSLPROC} http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl docs.xml > docs.html
|
||||
${DB2X_XSLPROC} -s man docs.xml -o docs.mxml
|
||||
${XSLPROC} http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl ${srcdir}/docs.xml > docs.html
|
||||
${DB2X_XSLPROC} -s man ${srcdir}/docs.xml -o docs.mxml
|
||||
${DB2X_MANXML} docs.mxml
|
||||
gzip -f conky.1
|
||||
man ./conky.1.gz | col -b > README
|
||||
mv README ../
|
||||
mv README ${top_srcdir}
|
||||
endif
|
||||
|
||||
EXTRA_DIST = conkyrc.sample conky.1.gz docs.html
|
||||
EXTRA_DIST = conkyrc.sample conky.1.gz docs.html command_options.xml config_settings.xml docgen.sh docs.xml variables.xml
|
||||
|
@ -16,7 +16,7 @@
|
||||
<varlistentry>
|
||||
<term><command><option>-b</option></command></term>
|
||||
<listitem>
|
||||
Use double buffering (eliminates flicker)
|
||||
Use double buffering (eliminates "flicker")
|
||||
<para></para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
@ -90,4 +90,4 @@
|
||||
<para></para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
</variablelist>
|
||||
|
Loading…
Reference in New Issue
Block a user