git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3795 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
b7e68469cc
commit
cbbaa53b42
|
@ -20,6 +20,8 @@ install:
|
|||
-cd $(MANDIR); rm -f camlp4r.1; ln -s $(TARGET) camlp4r.1
|
||||
-cd $(MANDIR); rm -f mkcamlp4.1; ln -s $(TARGET) mkcamlp4.1
|
||||
-cd $(MANDIR); rm -f ocpp.1; ln -s $(TARGET) ocpp.1
|
||||
-cd $(MANDIR); rm -f camlp4o.opt.1; ln -s $(TARGET) camlp4o.opt.1
|
||||
-cd $(MANDIR); rm -f camlp4r.opt.1; ln -s $(TARGET) camlp4r.opt.1
|
||||
|
||||
camlp4.1: camlp4.1.tpl
|
||||
sed -e "s'LIBDIR'$(LIBDIR)'g" camlp4.1.tpl > camlp4.1
|
||||
|
|
|
@ -39,6 +39,17 @@ other-options
|
|||
load-options
|
||||
]
|
||||
file
|
||||
.LP
|
||||
.br
|
||||
.B camlp4o.opt
|
||||
[
|
||||
other-options
|
||||
]
|
||||
.br
|
||||
.B camlp4r.opt
|
||||
[
|
||||
other-options
|
||||
]
|
||||
|
||||
.SH DESCRIPTION
|
||||
.B camlp4
|
||||
|
@ -64,6 +75,13 @@ See further.
|
|||
.B ocpp
|
||||
is an universal preprocessor, treating any kind of source file,
|
||||
generating the same text with the possible quotations expanded.
|
||||
.LP
|
||||
.B camlp4o.opt
|
||||
and
|
||||
.B camlp4r.opt
|
||||
are versions of camlp4o and camlp4r compiled by the native-code compiler
|
||||
ocamlopt. They are faster but not extensible. And they are not available
|
||||
in all installations of camlp4.
|
||||
|
||||
.SH LOAD OPTIONS
|
||||
|
||||
|
|
Loading…
Reference in New Issue