~ubuntu-branches/ubuntu/vivid/ocaml-melt/vivid

« back to all changes in this revision

Viewing changes to man/meltbuild.1

  • Committer: Bazaar Package Importer
  • Author(s): Stéphane Glondu
  • Date: 2011-02-13 18:15:25 UTC
  • Revision ID: james.westby@ubuntu.com-20110213181525-3j4zv4nnr6rs3f8w
Tags: 1.3.0-2
Add patch to support bytecode architectures (Closes: #613058)

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
.B \-no-link
65
65
By default, a symbolic link to the produced DVI, PS or PDF document is created in the current directory. This option disables this behavior.
66
66
.TP
67
 
.B \-byte
68
 
Compile the program to bytecode instead of native code. Usually, this is actually faster: the program runs slower but is much faster to compile in bytecode. This may become the default in a future version.
 
67
.B \-native
 
68
Compile the program to native code bytecode instead of bytecode.
69
69
.TP
70
70
.B \-dvi
71
71
Produce a DVI instead of a PS file.