f4e48414b7
Conky is a system monitor for X originally based on the torsmo code. Since it's original conception, Conky has changed a fair bit from it's predecessor. Conky can display just about anything, either on your root desktop or in it's own window. Conky has many built-in objects, as well as the ability to execute programs and scripts, then display the output from stdout. from Vlad Glagolev <stelzy at gmail.com> (MAINTAINER) feedback and ok ajacoutot@
14 lines
552 B
Plaintext
14 lines
552 B
Plaintext
$OpenBSD: patch-doc_Makefile_in,v 1.1.1.1 2007/10/10 21:20:23 jasper Exp $
|
|
|
|
--- doc/Makefile.in.orig Fri Sep 28 20:12:41 2007
|
|
+++ doc/Makefile.in Fri Sep 28 20:12:52 2007
|
|
@@ -187,7 +187,7 @@ top_builddir = @top_builddir@
|
|
top_srcdir = @top_srcdir@
|
|
xsltproc_cmd = @xsltproc_cmd@
|
|
@HAVE_DOCSTUFF_TRUE@DOCS = conky.1 docs.html variables.html config_settings.html
|
|
-man_MANS = conky.1
|
|
+man_MANS =
|
|
EXTRA_DIST = $(DOCS) conkyrc.sample command_options.xml config_settings.xml docgen.sh docs.xml variables.xml variables.xsl config_settings.xsl
|
|
all: all-am
|
|
|