From 82871ed9abe9aad814a6b4dcece7b71193c4c60a Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 1 Apr 1993 11:06:04 +0000 Subject: [PATCH] Also run soelim --- doc/em/proto.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/em/proto.make b/doc/em/proto.make index 0df81d45..7c262444 100644 --- a/doc/em/proto.make +++ b/doc/em/proto.make @@ -30,7 +30,7 @@ FILES = $(SRC_DIR)/macr.nr \ IOP=$(SRC_HOME)/etc/ip_spec.t# # to construct itables from $(TARGET_DIR)/em.doc: $(FILES) itables dispatdummy - $(TBL) $(FILES) > $(TARGET_DIR)/em.doc + $(TBL) $(FILES) | soelim > $(TARGET_DIR)/em.doc itables: $(IOP) $(SRC_DIR)/ip.awk awk -f $(SRC_DIR)/ip.awk $(IOP) | sed 's/-/\\-/g' | $(TBL) >itables