| | 1 | --- man/Makefile.in.orig 2016-05-28 19:57:27.000000000 -0400 |
| | 2 | +++ man/Makefile.in 2016-05-28 19:58:17.000000000 -0400 |
| | 3 | @@ -544,40 +544,40 @@ |
| | 4 | |
| | 5 | |
| | 6 | w_of_z.3 : w_of_z.pod |
| | 7 | - pod2man -s 3 -c "libcerf manual" $< > $@ |
| | 8 | + pod2man5.10.0 -s 3 -c "libcerf manual" $< > $@ |
| | 9 | |
| | 10 | im_w_of_x.3 : w_of_z.pod |
| | 11 | - pod2man -s 3 -c "libcerf manual" $< > $@ |
| | 12 | + pod2man5.10.0 -s 3 -c "libcerf manual" $< > $@ |
| | 13 | |
| | 14 | dawson.3 : dawson.pod |
| | 15 | - pod2man -s 3 -c "libcerf manual" $< > $@ |
| | 16 | + pod2man5.10.0 -s 3 -c "libcerf manual" $< > $@ |
| | 17 | |
| | 18 | cdawson.3 : dawson.pod |
| | 19 | - pod2man -s 3 -c "libcerf manual" $< > $@ |
| | 20 | + pod2man5.10.0 -s 3 -c "libcerf manual" $< > $@ |
| | 21 | |
| | 22 | cerf.3 : cerf.pod |
| | 23 | - pod2man -s 3 -c "libcerf manual" $< > $@ |
| | 24 | + pod2man5.10.0 -s 3 -c "libcerf manual" $< > $@ |
| | 25 | |
| | 26 | cerfc.3 : cerf.pod |
| | 27 | - pod2man -s 3 -c "libcerf manual" $< > $@ |
| | 28 | + pod2man5.10.0 -s 3 -c "libcerf manual" $< > $@ |
| | 29 | |
| | 30 | erfcx.3 : erfcx.pod |
| | 31 | - pod2man -s 3 -c "libcerf manual" $< > $@ |
| | 32 | + pod2man5.10.0 -s 3 -c "libcerf manual" $< > $@ |
| | 33 | |
| | 34 | cerfcx.3 : erfcx.pod |
| | 35 | - pod2man -s 3 -c "libcerf manual" $< > $@ |
| | 36 | + pod2man5.10.0 -s 3 -c "libcerf manual" $< > $@ |
| | 37 | |
| | 38 | erfi.3 : erfi.pod |
| | 39 | - pod2man -s 3 -c "libcerf manual" $< > $@ |
| | 40 | + pod2man5.10.0 -s 3 -c "libcerf manual" $< > $@ |
| | 41 | |
| | 42 | cerfi.3 : erfi.pod |
| | 43 | - pod2man -s 3 -c "libcerf manual" $< > $@ |
| | 44 | + pod2man5.10.0 -s 3 -c "libcerf manual" $< > $@ |
| | 45 | |
| | 46 | voigt.3 : voigt.pod |
| | 47 | - pod2man -s 3 -c "libcerf manual" $< > $@ |
| | 48 | + pod2man5.10.0 -s 3 -c "libcerf manual" $< > $@ |
| | 49 | |
| | 50 | %.html : %.pod |
| | 51 | - pod2html --title="libcerf - Complex error, Faddeeva, Dawson, and Voigt functions" --noindex $< > $@ |
| | 52 | + pod2html5.10.0 --title="libcerf - Complex error, Faddeeva, Dawson, and Voigt functions" --noindex $< > $@ |
| | 53 | |
| | 54 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
| | 55 | # Otherwise a system limit (for SysV at least) may be exceeded. |