diff options
author | Frodo Looijaard <frodol@dds.nl> | 1999-02-08 19:57:30 +0000 |
---|---|---|
committer | Frodo Looijaard <frodol@dds.nl> | 1999-02-08 19:57:30 +0000 |
commit | 73026248d4594a077732de091368de06dae2837f (patch) | |
tree | df1071f770a44413cde8ec13d07df03b8221ceeb /Makefile | |
parent | 724d51f5f4517ea9c46ea6ebb643096518929e7d (diff) | |
download | lm-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-- | Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |