more
This commit is contained in:
parent
7066a8873a
commit
6954183241
|
@ -1,7 +1,7 @@
|
||||||
(* compressor <infile> <outfile> [<compress>] substitutes data files specified
|
(* compressor <infile> <outfile> [<compress>] substitutes data files specified
|
||||||
by __DATA:<filename>\n into the <infile> template, writing to <outfile>. The
|
by __DATA:<filename>\n into the <infile> template, writing to <outfile>. The
|
||||||
data is printed in way which meets OCaml's syntax. It is optionally
|
data is printed in way which meets OCaml's syntax. It is compressed by zlib.
|
||||||
compressed by zlib. *)
|
*)
|
||||||
open Pdfutil
|
open Pdfutil
|
||||||
|
|
||||||
let contents_of_file filename =
|
let contents_of_file filename =
|
||||||
|
|
Loading…
Reference in New Issue