no more -T option to pic
This commit is contained in:
parent
8cb76d3ed8
commit
2fb6605800
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
||||||
PIC=pic
|
PIC=pic
|
||||||
TBL=tbl
|
TBL=tbl
|
||||||
TARGET=-Tlp
|
|
||||||
REFER=refer
|
REFER=refer
|
||||||
|
|
||||||
../ceg.doc: ceg.tr ceg.ref
|
../ceg.doc: ceg.tr ceg.ref
|
||||||
$(PIC) $(TARGET) ceg.tr | $(REFER) -e -p ceg.ref | $(TBL) > $@
|
$(PIC) ceg.tr | $(REFER) -e -p ceg.ref | $(TBL) > $@
|
||||||
|
|
Loading…
Add table
Reference in a new issue