Delila Program: makman

makman program

Documentation for the makman program is below, with links to related programs in the "see also" section.

{   version = 1.45; (* of makman.p 2016 Jan 20}

(* begin module describe.makman *)
(*
name
   makman: make manual entries from a source code

synopsis
   makman(input: in, output: out)

files
   input: a source code containing one or more modules with names
      of the form 'describe.name'.  The module must be proceeded
      by a "version = " identification line.
   output: the modules with names of the form 'describe.name'.
      This is preceeded by the "version = " line.

description
   Modules with names of the form "describe.name" are copied from the
   input to the output.  By appending a set of such modules together
   from several programs, one can create a manual.  The pages may
   then be broken apart with the pbreak program.

see also
   module.p, pbreak.p, shell.p, htmlink.p

author
   Thomas D. Schneider

bugs
   none known
*)
(* end module describe.makman *)
{This manual page was created by makman 1.45}


{created by htmlink 1.62}