X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=program%2Fdoc%2FMakefile.am;h=83b3753b9b4e94d0b4232a212334644ff504d9b3;hb=40bf5441006c8924dcd46bd7edbbcbf85b8b377b;hp=c176fad75d20387730ff8da76a2673f0e8773697;hpb=ccec7fa5789c9e227cdf7aa22f459deb64d16dad;p=rrdtool-all.git diff --git a/program/doc/Makefile.am b/program/doc/Makefile.am index c176fad7..83b3753b 100644 --- a/program/doc/Makefile.am +++ b/program/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)