Ver código fonte

no more -T option to pic

ceriel 35 anos atrás
pai
commit
f31ee74fc5
1 arquivos alterados com 1 adições e 2 exclusões
  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) > $@