summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFrodo Looijaard <frodol@dds.nl>1999-02-08 19:57:30 +0000
committerFrodo Looijaard <frodol@dds.nl>1999-02-08 19:57:30 +0000
commit73026248d4594a077732de091368de06dae2837f (patch)
treedf1071f770a44413cde8ec13d07df03b8221ceeb /Makefile
parent724d51f5f4517ea9c46ea6ebb643096518929e7d (diff)
downloadlm-sensors-git-73026248d4594a077732de091368de06dae2837f.tar.gz
Man-pages
I finally merged in Adrian's man-pages. libsensors.3 is unchanged from his version; sensors.conf.5 is heavily edited, not because he did a bad job, but because his source material was not very well written :-). It should now tell you more about the config file than you ever wanted to know... git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@205 7894878c-1315-0410-8ee3-d5d059ff63e0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d640af5f..38573dc0 100644
--- a/Makefile
+++ b/Makefile
@@ -86,6 +86,15 @@ INCLUDEDIR := $(PREFIX)/include
SYSINCLUDEDIR := $(INCLUDEDIR)/linux
LIBINCLUDEDIR := $(INCLUDEDIR)/sensors
+# You should not need to change this. It is the base directory under which the
+# manual pages will be installed.
+MANDIR := $(PREFIX)/man
+
+# You should not need to change this. It defines the manual owner and group
+# as which manual pages are installed.
+MANOWN := root
+MANGRP := root
+
# If your /bin/sh is not bash, change the below definition so that make can
# find bash.
# SHELL=/usr/bin/bash