Changed installation mechanism for docs

This commit is contained in:
ceriel
1993-03-31 16:47:12 +00:00
parent 42d7930c11
commit 404d067606
3 changed files with 20 additions and 14 deletions

18
doc/int/proto.make Executable file
View File

@@ -0,0 +1,18 @@
# $Header$
#PARAMS do not remove this line!
SRC_DIR = $(SRC_HOME)/doc/int
TBL=tbl
DOC = $(SRC_DIR)/draw.mac \
$(SRC_DIR)/cover \
$(SRC_DIR)/txt1 \
$(SRC_DIR)/txt2 \
$(SRC_DIR)/txt3 \
$(SRC_DIR)/appA \
$(SRC_DIR)/appB \
$(SRC_DIR)/bib
$(TARGET_HOME)/doc/int.doc: $(DOC)
$(TBL) $(DOC) > $@