aligrudi / neatroff_make

Neatroff top-level makefile
50 stars 15 forks source link

Install manpages in a conventional place. #15

Open mtbakerguy opened 3 years ago

mtbakerguy commented 3 years ago

The install target missed the manpages.

Note: if the landscape pull request for neatpost is accepted, this patch should be applied to keep the manpage up to date (it is already out of date for the -n option):

diff --git a/man/neatpost.1 b/man/neatpost.1 index cba12d1..90de945 100644 --- a/man/neatpost.1 +++ b/man/neatpost.1 @@ -53,6 +53,10 @@ is equivalent to\~\c Sets the line thickness for drawing primitives, in thousands of an em. The default is 40. +.IP "-n" +Always draw glyphs by name (ps glyphshow). +.IP "-l" +Render pages in landscape mode. .SH FILES .IP "/usr/share/neatroff/font/*" .I Neatroff

aligrudi commented 3 years ago

mtbakerguy @.***> wrote:

The install target missed the manpages.

Applied.

Thanks, Ali