summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 0000000..123a515
--- /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 9eaf49728..1e3fc80 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:
OpenPOWER on IntegriCloud