X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=doc%2FMakefile.am;fp=doc%2FMakefile.am;h=83b3753b9b4e94d0b4232a212334644ff504d9b3;hp=c176fad75d20387730ff8da76a2673f0e8773697;hb=c44fb9ef30bd171074c3221a8f3f55179c6c59d3;hpb=796072efc3e448842c4cef975bc21ae540cd7635 diff --git a/doc/Makefile.am b/doc/Makefile.am index c176fad..83b3753 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -26,11 +26,9 @@ PDF = $(MAN:.1=.pdf) # what should go into the distribution EXTRA_DIST= $(POD) $(HTML) $(MAN) $(TXT) rrdtool-dump.dtd rrdtool-xport.dtd -# some install rules if the install pat -DOCPREFIX:=$(shell echo "@prefix@" | grep rrd >/dev/null || echo "rrdtool-@VERSION@/") -idocdir = $(prefix)/share/doc/$(DOCPREFIX)txt +idocdir = $(RRDDOCDIR)/txt idoc_DATA = $(POD) $(TXT) -ihtmldir = $(prefix)/share/doc/$(DOCPREFIX)html +ihtmldir = $(RRDDOCDIR)/html ihtml_DATA = $(HTML) imandir = $(mandir)/man1 iman_DATA = $(MAN)