Browse Source

no more -T option to pic

ceriel 35 years ago
parent
commit
f31ee74fc5
1 changed files with 1 additions and 2 deletions
  1. 1 2
      doc/ceg/Makefile

+ 1 - 2
doc/ceg/Makefile

@@ -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) > $@