brought up-to-date, and documented back-interface better

This commit is contained in:
ceriel
1989-03-03 17:09:28 +00:00
parent 018d91b6a1
commit 6030127779
4 changed files with 134 additions and 60 deletions

View File

@@ -1,2 +1,6 @@
ceg:
pic -Tps ceg.tr | refer -e -p ceg.ref | tbl | troff -ms -Tps > ceg.dit
PIC=pic
TBL=tbl
TARGET=-Tlp
../ceg.doc: ceg.tr ceg.ref
$(PIC) $(TARGET) ceg.tr | refer -e -p ceg.ref | $(TBL) > $@