Fix: wrong target and refs
This commit is contained in:
parent
758e04a4eb
commit
4edcd8222d
|
@ -10,8 +10,8 @@ TBL=tbl
|
||||||
PIC=pic
|
PIC=pic
|
||||||
GRAP=grap
|
GRAP=grap
|
||||||
|
|
||||||
SRC = $(SRC_DIR)/init \
|
SRC = $(SRC_DIR)/refs \
|
||||||
$(SRC_DIR)/refs \
|
$(SRC_DIR)/init \
|
||||||
$(SRC_DIR)/title \
|
$(SRC_DIR)/title \
|
||||||
$(SRC_DIR)/intro \
|
$(SRC_DIR)/intro \
|
||||||
$(SRC_DIR)/1 \
|
$(SRC_DIR)/1 \
|
||||||
|
@ -22,7 +22,7 @@ SRC = $(SRC_DIR)/init \
|
||||||
A \
|
A \
|
||||||
$(SRC_DIR)/B
|
$(SRC_DIR)/B
|
||||||
|
|
||||||
$(TARGET)/sparc.doc: $(SRC)
|
$(TARGET): $(SRC)
|
||||||
$(REFER) -sA+T '-l\", ' -p $(SRC) | $(GRAP) | $(PIC) | $(TBL) > $@
|
$(REFER) -sA+T '-l\", ' -p $(SRC) | $(GRAP) | $(PIC) | $(TBL) > $@
|
||||||
|
|
||||||
4: $(SRC_DIR)/4
|
4: $(SRC_DIR)/4
|
||||||
|
|
Loading…
Reference in a new issue