From: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Date: Tue, 6 Aug 2019 16:19:29 +0200
Subject: mlpost_byte

---
 Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.in b/Makefile.in
index 213c6d4..3b459b7 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -182,7 +182,7 @@ doc/index.html:
 	ocamldoc -html -d doc -I src -I +lablgtk2 $(OCAMLDOCFILES)
 
 doc/manual.pdf: doc/manual.tex
-	cd doc && mlpost -native -latex manual.tex -pdf fig.ml && pdflatex manual.tex
+	cd doc && mlpost -latex manual.tex -pdf fig.ml && pdflatex manual.tex
 
 wc:
 	ocamlwc src/*.ml* tests/*.ml* www/*.html -p 
