Add a simple manpage.

This commit is contained in:
Wolfram Schneider 1997-09-14 23:43:22 +00:00
parent c740608242
commit c455f09b2d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=29429
2 changed files with 15 additions and 1 deletions

View File

@ -0,0 +1,13 @@
.TH @G@NEQN @MAN1EXT@ "@MDATE@" "Groff Version @VERSION@"
.SH NAME
@g@neqn \- format equations for ascii output
.SH SYNOPSIS
.B @g@neqn
[eqn options]
.SH DESCRIPTION
.B neqn
program is actually just a shell script which invokes the
.B eqn(1)
command with the ascii output device.
.SH "SEE ALSO"
.BR eqn (@MAN1EXT@)

View File

@ -1,6 +1,7 @@
# Makefile for eqn
PROG= eqn
MAN1= eqn.1 neqn.1
SRCS= main.cc lex.cc box.cc limit.cc list.cc over.cc text.cc\
script.cc mark.cc other.cc delim.cc sqrt.cc pile.cc special.cc
OBJS= eqn.o
@ -8,7 +9,7 @@ OBJS= eqn.o
LDADD+= ${LIBGROFF}
DPADD+= ${LIBGROFF}
MANDEPEND= eqn.1
MANDEPEND= neqn.1 eqn.1
CLEANFILES+= eqn.cc eqn.tab.h neqn ${MANDEPEND}
neqn: