aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>1997-09-14 23:43:22 +0000
committerWolfram Schneider <wosch@FreeBSD.org>1997-09-14 23:43:22 +0000
commitc455f09b2d62b2d81a735a9ddbf436553b901c95 (patch)
tree3c76ea05ee4d89a5125cd0c3427942f7e39a0c1b
parentc740608242ffa2e4725a5b7cbb12823f7e0368d4 (diff)
Notes
-rw-r--r--contrib/groff/eqn/neqn.man13
-rw-r--r--gnu/usr.bin/groff/eqn/Makefile3
2 files changed, 15 insertions, 1 deletions
diff --git a/contrib/groff/eqn/neqn.man b/contrib/groff/eqn/neqn.man
new file mode 100644
index 000000000000..123a51524e1f
--- /dev/null
+++ b/contrib/groff/eqn/neqn.man
@@ -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@)
diff --git a/gnu/usr.bin/groff/eqn/Makefile b/gnu/usr.bin/groff/eqn/Makefile
index 9eaf49728748..1e3fc8032064 100644
--- a/gnu/usr.bin/groff/eqn/Makefile
+++ b/gnu/usr.bin/groff/eqn/Makefile
@@ -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: