X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=doc%2FMakefile.am;h=4d7182b633ba94af7287833af3c4f9e0f96ef8e8;hb=c20c9e1c7b4fc50df12cd03191fc47ef3d5d7302;hp=3022e64ba28ff37b4ac43258cf7ce04b06143016;hpb=23be36896d8cf89dd9dbcdb2bb62677ca01810f8;p=rrdtool.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 3022e64..4d7182b 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -14,7 +14,8 @@ SRC = rrdgraph.src rrdgraph_examples.src rrdgraph_rpn.src \ POD = rrdtool.pod rrdlast.pod rrdcreate.pod rrdupdate.pod rrdtutorial.es.pod \ cdeftutorial.pod rpntutorial.pod rrdgraph-old.pod bin_dec_hex.pod \ rrdfetch.pod rrdrestore.pod rrddump.pod rrdtune.pod rrdresize.pod \ - rrdxport.pod rrdcgi.pod rrdtutorial.pod rrdinfo.pod $(SRC:.src=.pod) + rrdxport.pod rrdcgi.pod rrdtutorial.pod rrdinfo.pod rrdthreads.pod \ + $(SRC:.src=.pod) PMP = RRDs.pm RRDp.pm @@ -31,10 +32,10 @@ idocdir = $(prefix)/doc idoc_DATA = $(POD) $(TXT) ihtmldir = $(prefix)/html ihtml_DATA = $(HTML) -imandir = $(prefix)/man/man1 +imandir = $(mandir)/man1 iman_DATA = $(MAN) -all-local: link txt man html +all-local: link txt man html-local .src.pod: perl -n -e 'if (/^=include\s+(\S+)/){open F,"$$1.inc" || die $$?;print ; close F} else {print}' $< > $@ @@ -64,9 +65,9 @@ link: RRDp.pm RRDs.pm index.html man: $(MAN) -html: $(HTML) +html-local: $(HTML) txt: $(TXT) -pdf: $(PDF) +pdf-local: $(PDF)