mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-27 00:58:36 +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
|
Text alignment on screen, {top,bottom}_{left,right} or none
|
||||||
|
|
||||||
|
|
||||||
-b Use double buffering (eliminates flicker)
|
-b Use double buffering (eliminates "flicker")
|
||||||
|
|
||||||
|
|
||||||
-c FILE
|
-c FILE
|
||||||
|
@ -2,12 +2,12 @@ man_MANS = conky.1.gz
|
|||||||
|
|
||||||
if HAVE_DOCSTUFF
|
if HAVE_DOCSTUFF
|
||||||
conky.1.gz: command_options.xml config_settings.xml docgen.sh docs.xml variables.xml
|
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
|
${XSLPROC} http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl ${srcdir}/docs.xml > docs.html
|
||||||
${DB2X_XSLPROC} -s man docs.xml -o docs.mxml
|
${DB2X_XSLPROC} -s man ${srcdir}/docs.xml -o docs.mxml
|
||||||
${DB2X_MANXML} docs.mxml
|
${DB2X_MANXML} docs.mxml
|
||||||
gzip -f conky.1
|
gzip -f conky.1
|
||||||
man ./conky.1.gz | col -b > README
|
man ./conky.1.gz | col -b > README
|
||||||
mv README ../
|
mv README ${top_srcdir}
|
||||||
endif
|
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>
|
<varlistentry>
|
||||||
<term><command><option>-b</option></command></term>
|
<term><command><option>-b</option></command></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
Use double buffering (eliminates flicker)
|
Use double buffering (eliminates "flicker")
|
||||||
<para></para></listitem>
|
<para></para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user