You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
324 B

  1. --- a/doc/Makefile.am
  2. +++ b/doc/Makefile.am
  3. @@ -35,7 +35,7 @@ iman_DATA = $(MAN)
  4. all-local: link txt man html
  5. .pod.1 .pm.1 .pl.1:
  6. - pod2man --release=$(VERSION) --center=RRDtool $< > $@
  7. + pod2man --stderr --release=$(VERSION) --center=RRDtool $< > $@
  8. .1.txt:
  9. @NROFF@ -man -Tlp $< > $@ || echo @NROFF@ failed > $@