1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-02-03 12:38:38 +00:00

- Fix make dist without having HAVE_DOCSTUFF defined

- Remove obsolete comment from freebsd.c


git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@219 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
Roman Bogorodskiy 2005-08-27 14:14:34 +00:00
parent c336133dea
commit 2c8acab933
2 changed files with 2 additions and 4 deletions

View File

@ -12,7 +12,7 @@ conky.1: command_options.xml config_settings.xml docs.xml variables.xml
${xsltproc_cmd} http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl ${srcdir}/docs.xml > docs.html
man ./conky.1 | col -b > README
mv README ${top_srcdir}
DOCS = conky.1 docs.html
endif
EXTRA_DIST = conkyrc.sample conky.1 docs.html command_options.xml config_settings.xml docgen.sh docs.xml variables.xml
EXTRA_DIST = $(DOCS) conkyrc.sample command_options.xml config_settings.xml docgen.sh docs.xml variables.xml

View File

@ -444,8 +444,6 @@ float get_freq_dynamic()
float get_freq()
{
/* First, try to obtain CPU frequency via dev.cpu.0.freq sysctl
* (cpufreq(4)). If failed, do i386 magic. */
int freq;
if (GETSYSCTL("dev.cpu.0.freq", freq) == 0)