doclifter does not recognise mm macro files
Bug #924861 reported by
LukeKendall
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
doclifter (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
I have a lot of troff/mm files. doclifter recognises none of them as mm files. All are named with a .mm suffx. It always reports this error:
doclifter: no macro set recognized
It does it even for extremely simple mm-macro files. e.g this one called simple.mm:
.S 14 16
.H 1 "Heading"
.P
.ce
\fBSome bold text\fR
$ doclifter simple.mm
doclifter: no macro set recognized
$ dpkg -l | grep doclifter
ii doclifter 2.3-2ubuntu1
To post a comment you must log in.
I'm doclifter's author.
doclifter doesn't use file extensions to identify macro sets, that isn't reliable enough. Instead it looks for macros that are unique to the set. To trigger mm processing, it wants to see one
of the following: .MT, .SA, or .COVER.
Try adding one of these to each document you want to convert.