Changed installation mechanism for docs
This commit is contained in:
parent
42d7930c11
commit
404d067606
|
@ -1,22 +1,10 @@
|
||||||
# $Header$
|
# $Header$
|
||||||
|
|
||||||
TBL=tbl
|
|
||||||
|
|
||||||
DOC = draw.mac cover txt1 txt2 txt3 appA appB bib
|
DOC = draw.mac cover txt1 txt2 txt3 appA appB bib
|
||||||
|
|
||||||
../int.doc: int.doc
|
FLS = README proto.make Makefile $(DOC)
|
||||||
mv int.doc ..
|
|
||||||
|
|
||||||
int.doc: $(DOC)
|
|
||||||
$(TBL) $(DOC) > $@
|
|
||||||
|
|
||||||
FLS = README Makefile $(DOC)
|
|
||||||
|
|
||||||
.distr: Makefile
|
.distr: Makefile
|
||||||
echo $(FLS) | tr ' ' '\012' >.distr
|
echo $(FLS) | tr ' ' '\012' >.distr
|
||||||
|
|
||||||
distr: .distr
|
distr: .distr
|
||||||
|
|
||||||
clean:
|
|
||||||
rm -f int.doc
|
|
||||||
|
|
||||||
|
|
18
doc/int/proto.make
Executable file
18
doc/int/proto.make
Executable 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) > $@
|
|
@ -1,4 +1,4 @@
|
||||||
Makefile
|
proto.make
|
||||||
ctot
|
ctot
|
||||||
p0
|
p0
|
||||||
p1
|
p1
|
||||||
|
|
Loading…
Reference in a new issue