Also run soelim
This commit is contained in:
parent
4edcd8222d
commit
9cbc7a4b97
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue