no more -T option to pic

This commit is contained in:
ceriel 1989-10-30 16:08:07 +00:00
parent 8cb76d3ed8
commit 2fb6605800

View file

@ -1,7 +1,6 @@
PIC=pic
TBL=tbl
TARGET=-Tlp
REFER=refer
../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) > $@