X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=doc%2FMakefile.am;h=3fc96a41645880ad271be227f8755216adceef55;hp=261e8c77d19a1ee297ca444d1bee0dc7a623f032;hb=ec028ffc51de6a4d33427ea505e2839b0516fd7d;hpb=e74bd0a43c9f99324981110e7f3f2d2d32b20706 diff --git a/doc/Makefile.am b/doc/Makefile.am index 261e8c7..3fc96a4 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -35,7 +35,7 @@ ihtml_DATA = $(HTML) imandir = $(prefix)/man/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}' $< > $@ @@ -65,9 +65,9 @@ link: RRDp.pm RRDs.pm index.html man: $(MAN) -html: $(HTML) +html-local: $(HTML) txt: $(TXT) -pdf: $(PDF) +pdf-local: $(PDF)