summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorwlemb <wlemb>2000-02-20 20:58:14 +0000
committerwlemb <wlemb>2000-02-20 20:58:14 +0000
commit7cc84838390a83ade3624060ef4a0bf884d3dc13 (patch)
tree7f8fa62280d92584457f22f3073cce2104c8477f /Makefile.in
parent3db97d20e4ba1d638ba442523516b3cc0dff62bf (diff)
downloadgroff-7cc84838390a83ade3624060ef4a0bf884d3dc13.tar.gz
* doc/meref.me: Fix description of .GS request.
* src/roff/troff/troff.man: Fixing typo. Adding the `grn' preprocessor for gremlin graphic files. * src/preproc/grn/*: This is the Berkeley distribution written by David Slattengren and Barry Roitblat, adapted to groff by Daniel Senderowicz and Werner Lemberg. * doc/grnexampl.{me,g}: A sample for grn. * src/roff/groff/groff.cc: Added support for grn. It can be now called with the switch `-g'. * src/roff/groff/groff.man: Updated. * src/roff/grog/grog.{man,pl,sh}: Updated. * NEWS: Updated.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 0567f1dc..0b2b1e4b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -301,6 +301,7 @@ CCPROGDIRS=\
src/preproc/tbl \
src/preproc/pic \
src/preproc/eqn \
+ src/preproc/grn \
src/preproc/refer \
src/preproc/soelim \
src/devices/grops \