Tidying
This commit is contained in:
parent
942a313099
commit
2028b72c53
2
Makefile
2
Makefile
|
@ -14,7 +14,7 @@ OCAMLLDFLAGS = -g
|
||||||
all : native-code native-code-library byte-code-library top htdoc
|
all : native-code native-code-library byte-code-library top htdoc
|
||||||
|
|
||||||
clean ::
|
clean ::
|
||||||
rm -rf doc foo foo2 out.pdf out2pdf
|
rm -rf doc foo foo2 out.pdf out2.pdf
|
||||||
|
|
||||||
LIBINSTALL_FILES = cpdf.a cpdf.cma cpdf.cmxa \
|
LIBINSTALL_FILES = cpdf.a cpdf.cma cpdf.cmxa \
|
||||||
$(foreach x,$(MODS),$x.mli) $(foreach x,$(MODS),$x.cmi)
|
$(foreach x,$(MODS),$x.mli) $(foreach x,$(MODS),$x.cmi)
|
||||||
|
|
|
@ -1951,7 +1951,7 @@ let really_write_pdf ?(encryption = None) ?(is_decompress=false) mk_id pdf outna
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
begin
|
begin
|
||||||
if not args.was_encrypted || args.was_decrypted_with_owner && args.was_encrypted then
|
if not args.was_encrypted || args.was_decrypted_with_owner then
|
||||||
begin
|
begin
|
||||||
if args.debugcrypt then Printf.printf "Pdf to file in really_write_pdf\n";
|
if args.debugcrypt then Printf.printf "Pdf to file in really_write_pdf\n";
|
||||||
Pdfwrite.pdf_to_file_options
|
Pdfwrite.pdf_to_file_options
|
||||||
|
|
Loading…
Reference in New Issue