diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-04-22 14:07:39 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-04-22 14:07:39 +0000 |
commit | 27fdc6e7be08eb69d3a218bd1e91a88824da224d (patch) | |
tree | cbb5f155479bf8e4d30d01edf64ad52e00774fb9 /gnu/usr.bin/groff/xditview/Imakefile | |
parent | ce4ada2b105c13a4b0605a5beb8a2ada7374b191 (diff) |
GNU Groff 1.10 exhaustively tested.
Jason, thanks for a good foundation to build on, but mine works better.
Diffstat (limited to 'gnu/usr.bin/groff/xditview/Imakefile')
-rw-r--r-- | gnu/usr.bin/groff/xditview/Imakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/groff/xditview/Imakefile b/gnu/usr.bin/groff/xditview/Imakefile index 4cb2ea9500a..62ac707f24a 100644 --- a/gnu/usr.bin/groff/xditview/Imakefile +++ b/gnu/usr.bin/groff/xditview/Imakefile @@ -1,5 +1,5 @@ -GROFF_LIBDIR = /usr/share -GROFF_FONTDIR = $(GROFF_LIBDIR)/groff_font +GROFF_LIBDIR = /usr/local/lib/groff +GROFF_FONTDIR = $(GROFF_LIBDIR)/font GROFF_FONTPATH = .:$(GROFF_FONTDIR):/usr/local/lib/font:/usr/lib/font DPIS = 75 100 |