Changed installation mechanism
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
Makefile
|
||||
proto.make
|
||||
ceg.ref
|
||||
ceg.tr
|
||||
|
||||
12
doc/ceg/proto.make
Normal file
12
doc/ceg/proto.make
Normal file
@@ -0,0 +1,12 @@
|
||||
# $Header$
|
||||
|
||||
#PARAMS do not remove this line!
|
||||
|
||||
SRC_DIR = $(SRC_HOME)/doc/ceg
|
||||
|
||||
PIC=pic
|
||||
TBL=tbl
|
||||
REFER=refer
|
||||
|
||||
$(TARGET_HOME)/doc/ceg.doc: $(SRC_DIR)/ceg.tr $(SRC_DIR)/ceg.ref
|
||||
$(PIC) $(SRC_DIR)/ceg.tr | $(REFER) -e -p $(SRC_DIR)/ceg.ref | $(TBL) > $@
|
||||
Reference in New Issue
Block a user