Commit Graph
13 Commits
Author SHA1 Message Date
Omar Shrit e0c7e946d8 Replace CLI -> IO inside cmake
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-06-30 20:29:11 +02:00
Ryan Curtin bbfce5a6fd Patch from @marcespie: bash isn't needed here. 2018-10-09 09:21:38 -04:00
Barak A. Pearlmutter 8af6c2e7cf Tweak manpage-generation scripts {,all}exec2man.sh
Allow executable being documented by exec2man.sh to be specified with
a relative path.

Output cogent usage instructions when invoked incorrectly.

Use politically correct $(...) as `...` has been deprecated by
glorious POSIX.

Allow allexec2man.sh to use relative paths to exec2man.sh
2018-04-06 15:14:28 +01:00
Ryan Curtin 87e50cd982 include version in origin of generated man pages 2018-04-06 14:08:07 +01:00
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