Added code-expander documentation

This commit is contained in:
ceriel
1989-03-07 16:25:32 +00:00
parent a943caaf4a
commit 919d699385
3 changed files with 13 additions and 2 deletions

View File

@@ -56,6 +56,10 @@ int.doc: int.X
int.X:
cd int; make "TBL="$(TBL)
ceg.doc: ceg.X
ceg.X:
cd ceg; make "PIC="$(PIC) "TBL="$(TBL) "REFER="$(REFER) "TARGET="$(TARGET)
install cmp:
distr: install.doc
@@ -72,4 +76,4 @@ opr:
clean:
-rm -f *.old $(RESFILES) *.t *.out LLgen.doc top.doc \
occam.doc ego.doc
occam.doc ego.doc int.doc ceg.doc