From be21b1fdaa3cc714386f236e0b2592eaf92ea76f Mon Sep 17 00:00:00 2001 From: "Mark D. Studebaker" Date: Sat, 24 Jul 2004 19:15:09 +0000 Subject: spoof LOGNAME and HOSTNAME when making html man pages git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2648 7894878c-1315-0410-8ee3-d5d059ff63e0 --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8b32c8c9..ad0b8dea 100644 --- a/Makefile +++ b/Makefile @@ -353,6 +353,8 @@ manhtml: $(MKDIR) html cp $(MANPAGES) html cd html ; \ + export LOGNAME=sensors ; \ + export HOSTNAME=stimpy.netroedge.com ; \ man2html *.[1-8] ; \ $(RM) *.[1-8] -- cgit v1.2.1