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

View File

@@ -1,3 +1,3 @@
LLgen.n
LLgen.refs
Makefile
proto.make

12
doc/LLgen/proto.make Normal file
View File

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