diff --git a/doc/int/Makefile b/doc/int/Makefile index 5bff9a34..01ceca48 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 00000000..68d846dc --- /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 7c37d90b..08cf9cf3 100644 --- a/doc/occam/.distr +++ b/doc/occam/.distr @@ -1,4 +1,4 @@ -Makefile +proto.make ctot p0 p1