ack/doc/sparc/proto.make

33 lines
557 B
Plaintext
Raw Normal View History

1994-06-24 11:31:16 +00:00
# $Id$
1993-03-31 13:22:17 +00:00
#PARAMS do not remove this line!
SRC_DIR = $(SRC_HOME)/doc/sparc
TARGET = $(TARGET_HOME)/doc/sparc.doc
REFER=refer
TBL=tbl
PIC=pic
GRAP=grap
1993-04-01 10:55:46 +00:00
SRC = $(SRC_DIR)/refs \
$(SRC_DIR)/init \
1993-03-31 13:22:17 +00:00
$(SRC_DIR)/title \
$(SRC_DIR)/intro \
$(SRC_DIR)/1 \
$(SRC_DIR)/2 \
$(SRC_DIR)/3 \
4 \
$(SRC_DIR)/5 \
A \
$(SRC_DIR)/B
1993-04-01 10:55:46 +00:00
$(TARGET): $(SRC)
1993-03-31 13:22:17 +00:00
$(REFER) -sA+T '-l\", ' -p $(SRC) | $(GRAP) | $(PIC) | $(TBL) > $@
4: $(SRC_DIR)/4
sed 's^pics/^$(SRC_DIR)/pics/^' < $(SRC_DIR)/4 > 4
A: $(SRC_DIR)/A
sed 's^pics/^$(SRC_DIR)/pics/^' < $(SRC_DIR)/A > A