From 0a83e73c871b94d2c8df4abe18034ab1fd41e202 Mon Sep 17 00:00:00 2001 From: Tobias Oetiker Date: Wed, 5 Oct 2011 12:09:40 +0200 Subject: no need to mention DESTDIR in normal Makefile.am use ... only in command options. Thanks to Jeff Bilyk for tha patch. --- doc/Makefile.am | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc') diff --git a/doc/Makefile.am b/doc/Makefile.am index d09eb8d..315e94e 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -102,20 +102,20 @@ smokeping_examples.pod: ../lib/Smokeping/Examples.pm ../etc/config.dist CLEANFILES = *.[1357] smokeping_examples.pod smokeping_config.pod examples/* -iman1dir = $(DESTDIR)$(mandir)/man1 +iman1dir = $(mandir)/man1 iman1_DATA = $(MAN1) -iman3dir = $(DESTDIR)$(mandir)/man3 +iman3dir = $(mandir)/man3 iman3_DATA = $(MAN3) -iman5dir = $(DESTDIR)$(mandir)/man5 +iman5dir = $(mandir)/man5 iman5_DATA = $(MAN5) -iman7dir = $(DESTDIR)$(mandir)/man7 +iman7dir = $(mandir)/man7 iman7_DATA = $(MAN7) EXAMPLES := $(wildcard examples/config.*) -etcdir = $(DESTDIR)$(sysconfdir)/examples +etcdir = $(sysconfdir)/examples etc_DATA = $(EXAMPLES) -- cgit v1.2.3-24-g4f1b