1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
.TH colormake 1 "July 2nd, 2001"
.SH NAME
colormake \- color wrapper for make(1)
.SH SYNOPSIS
\fBcolormake\fR [ \fB-f makefile\fR ] [ option ] ... target ...
.SH DESCRIPTION
colormake acts as a wrapper around make(1) to ease reading the output by
colorizing it.
.SH OPTIONS
colormake uses the same command line options as \fBmake\fR(1).
.SH USAGE
To change a makefile to use colormake, you may change the path at the top which
normally reads \fB#!/usr/bin/make\fR to \fB#!/usr/bin/colormake\fR.
.PP
Alternately, you may type \fBcolormake\fR whenever you would normally type
\fBmake\fR when compiling programs.
.PP
/usr/bin/colormake was formerly named /usr/bin/cmake but had to be renamed
because of a name clash.
.SH AUTHORS
Bjarni R. Einarsson is the author of colormake.
.PP
This manual page was written for the Debian GNU/Linux distribution because
the original program does not have a manual page.
.PP
This manual page was written by Joe Wreschnig <piman@sacredchao.net>, for the
Debian GNU/Linux system (but may be used by others).
.SH SEE ALSO
\fBmake\fR\|(1), \fBclmake\fR\|(1)
|