Fix in proto.make: forgot to define SRC_DIR
This commit is contained in:
parent
404d067606
commit
758e04a4eb
|
@ -5,6 +5,7 @@
|
||||||
TBL=tbl
|
TBL=tbl
|
||||||
|
|
||||||
TARGET_DIR = $(TARGET_HOME)/doc
|
TARGET_DIR = $(TARGET_HOME)/doc
|
||||||
|
SRC_DIR = $(SRC_HOME)/doc/em
|
||||||
|
|
||||||
head: $(TARGET_DIR)/em.doc
|
head: $(TARGET_DIR)/em.doc
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue