From 404d06760663eb6769efd4840eb54904a05746fb Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 31 Mar 1993 16:47:12 +0000 Subject: [PATCH] Changed installation mechanism for docs --- doc/int/Makefile | 14 +------------- doc/int/proto.make | 18 ++++++++++++++++++ doc/occam/.distr | 2 +- 3 files changed, 20 insertions(+), 14 deletions(-) create mode 100755 doc/int/proto.make diff --git a/doc/int/Makefile b/doc/int/Makefile index 5bff9a344..01ceca480 100755 --- a/doc/int/Makefile +++ b/doc/int/Makefile @@ -1,22 +1,10 @@ # $Header$ -TBL=tbl - DOC = draw.mac cover txt1 txt2 txt3 appA appB bib -../int.doc: int.doc - mv int.doc .. - -int.doc: $(DOC) - $(TBL) $(DOC) > $@ - -FLS = README Makefile $(DOC) +FLS = README proto.make Makefile $(DOC) .distr: Makefile echo $(FLS) | tr ' ' '\012' >.distr distr: .distr - -clean: - rm -f int.doc - diff --git a/doc/int/proto.make b/doc/int/proto.make new file mode 100755 index 000000000..68d846dcf --- /dev/null +++ b/doc/int/proto.make @@ -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) > $@ diff --git a/doc/occam/.distr b/doc/occam/.distr index 7c37d90b1..08cf9cf3b 100644 --- a/doc/occam/.distr +++ b/doc/occam/.distr @@ -1,4 +1,4 @@ -Makefile +proto.make ctot p0 p1 -- 2.34.1