Changed installation mechanism

This commit is contained in:
ceriel
1993-03-31 13:22:17 +00:00
parent 5e2915512f
commit 1fca8fde3d
27 changed files with 303 additions and 136 deletions

11
doc/top/proto.make Normal file
View File

@@ -0,0 +1,11 @@
# $Header$
#PARAMS do not remove this line!
REFER=refer
TBL=tbl
SRC_DIR = $(SRC_HOME)/doc/top
$(TARGET_HOME)/doc/top.doc: $(SRC_DIR)/top.n $(SRC_DIR)/refs.top
$(REFER) -sA+T -l4,2 -p $(SRC_DIR)/refs.top $(SRC_DIR)/top.n | $(TBL) > $@