Commit Graph
9 Commits
Author SHA1 Message Date
Ryan Curtin 7895f7d8e3 update exec2man.sh
updates to handle newer mlpack_xxx --help text

see https://gist.github.com/rcurtin/c1cb5ef47abed9e9a8a21f5d9701eb0f

Gbp-Pq: Name 0004-update-exec2man.sh.patch
2018-04-05 11:01:37 +01:00
Barak A. Pearlmutter 0e3549bef3 txt2man options
Pass appropriate options to txt2man to get a proper .TH line.
These are -s 1 for the section,
we skip -d xxx for the date, which will default to the
debian/changelog timestamp during a debian package build, or otherwise
to the current date.
Then -r origin-aka-project-name-and-version -v volume-aka-section-name.

Gbp-Pq: Name 0003-txt2man-options.patch
2018-04-05 11:01:37 +01:00
Ryan Curtin 58f92ce883 Actually catch all of the instances where single quotes start lines. 2014-04-07 14:41:28 +00:00
Ryan Curtin ed9501d954 Safer handling of strings which may have spaces in them. 2012-08-11 00:05:45 +00:00
Ryan Curtin 2ace7a9a30 Clean up some man page warnings. 2012-04-04 19:35:07 +00:00
Ryan Curtin a98a2857dd Slight change because CLI outputs differently now. 2012-02-28 18:31:46 +00:00
Ryan Curtin 59d14a694c Wow, awk is crazy. This fixes warnings in the troff output given by txt2man. 2012-02-03 23:03:23 +00:00
Ryan Curtin 957c44e2a6 No preview in an automated setting... 2012-02-01 21:37:49 +00:00
Ryan Curtin f5e4ad6d92 A script that can turn our output into man pages. This is for packaging, but
man pages are good, you know.
2012-02-01 21:35:01 +00:00