Initial revision

This commit is contained in:
ceriel
1986-12-10 10:38:42 +00:00
parent b6ab6a5eb0
commit 3f59bd779b
3 changed files with 1083 additions and 0 deletions

12
doc/LLgen/Makefile Normal file
View File

@@ -0,0 +1,12 @@
# $Header$
MS=-ms
EQN=eqn
NROFF=nroff
REFER=refer
TBL=tbl
SUF=pr
../LLgen.$(SUF): LLgen.doc LLgen.refs
$(REFER) -sA+T -p LLgen.refs LLgen.doc | $(EQN) | $(TBL) | \
$(NROFF) $(MS) > $@