fixed picture and use soelim

This commit is contained in:
ceriel
1990-10-31 16:42:05 +00:00
parent 2dac530db0
commit c78ed7f1fa
2 changed files with 9 additions and 9 deletions

View File

@@ -6,7 +6,7 @@ EQN=eqn
TBL=tbl
TARGET=-Tlp
../occam.doc: p0 p1 p2 p3 p4 p5 p6 p7 p8 p9 channel.h.t channel.c.t
cat $(FILES) | $(PIC) $(TARGET) | $(TBL) | $(EQN) $(TARGET) > $@
soelim $(FILES) | $(PIC) $(TARGET) | $(TBL) | $(EQN) $(TARGET) > $@
channel.h.t: $(EMHOME)/h/ocm_chan.h
ctot <$(EMHOME)/h/ocm_chan.h >channel.h.t