Home | History | Annotate | Download | only in man
      1 man_MANS = lmfit.7 lmmin.3 lmcurve.3
      2 noinst_DATA = lmfit.html lmmin.html lmcurve.html
      3 
      4 %.3 : %.pod
      5 	pod2man -s 3 -c "lmfit manual" -n "$*"      $< > $@
      6 
      7 %.7 : %.pod
      8 	pod2man -s 7 -c "lmfit manual" -n "$*"      $< > $@
      9 
     10 %.html : %.pod
     11 	pod2html --title="lmfit: a self-contained C library for Levenberg-Marquardt least-squares minimization and curve fitting" --noindex $< > $@
     12