5 kx # HOW TO EDIT THIS FILE:
5 kx # The "handy ruler" below makes it easier to edit a package description. Line
5 kx # up the first '|' above the ':' following the base package name, and the '|'
5 kx # on the right side marks the last column you can put a character in. You must
5 kx # make exactly 11 lines for the formatting to be correct. It's also
5 kx # customary to leave one space after the ':'.
5 kx
5 kx |-----handy-ruler------------------------------------------------------|
5 kx make: make @VERSION@ (GNU make utility to maintain groups of programs)
5 kx make:
5 kx make: This is the GNU implementation of make, which was written by Richard
5 kx make: Stallman and Roland McGrath. The purpose of the make utility is to
5 kx make: determine automatically which pieces of a large program need to be
5 kx make: recompiled, and issue the commands to recompile them.
5 kx make:
5 kx make: This is needed to compile just about any major C program, including
5 kx make: the Linux kernel.
5 kx make:
5 kx make: