[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2003-06-12, Angelo Mottola <a.mottola@xxxxxxxxxx> wrote:
> Also, it'd be nice if the OSX makefile generated and installed the
> man pages out of the docs; only problem is I'm not that expert in
> makefiles nor in the way (for example) the unix makefile generates
> them, so I wonder if someone could help here...
The man generation is a couple of lines. Search the makefile for
'-man' and you will see the target and a rule which converts the
allegro._tx file to man pages. I would say, copy&paste.