kateveni@Shasta (04/21/84)
From: Manolis Katevenis <kateveni@Shasta> This directory contains the source and the manual for the "grk" pre-troff filter for Greek text. The files are: Makefile main.c main program, in C rules.l lexical rules, in LEX format accents.h string definitions for the Greek accents grk.1 source of the manual page The Makefile assumes that the executable object goes to the directory ../../bin. I suggest that you make the current directory be ~/src/grk. If the situation is like this, you should have ~/bin in your shell path. Also, the Makefile assumes that the manual will stay in this directory, when it is "made". For different directories, you should change the Makefile, redefining DESTDIR and modifying the way "manual" is "made". Interesting things that you can "make" are: % make creates grk in the current directory % make manual creates grk.manual % more grk.manual gives you useful information % make all creates and installs grk and grk-i % make clean removes unnecessary files, after having "made" everything you want