Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flambda manual chapter #503

Merged
merged 1 commit into from
Apr 1, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions manual/manual/allfiles.etex
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ and as a
\input{ocamlbuild.tex}
% \input emacs.tex
\input{intf-c.tex}
\input{flambda.tex}

\part{The OCaml library}
\label{p:library}
Expand Down
5 changes: 4 additions & 1 deletion manual/manual/cmds/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FILES=comp.tex top.tex runtime.tex native.tex lexyacc.tex intf-c.tex \
depend.tex profil.tex debugger.tex browser.tex ocamldoc.tex \
warnings-help.tex ocamlbuild.tex
warnings-help.tex ocamlbuild.tex flambda.tex

TRANSF=../../tools/transf
TEXQUOTE=../../tools/texquote2
Expand All @@ -27,6 +27,9 @@ top.tex: top.etex $(TRANSF)
intf-c.tex: intf-c.etex $(TRANSF)
$(TRANSF) < intf-c.etex | $(TEXQUOTE) > intf-c.tex

flambda.tex: flambda.etex $(TRANSF)
$(TRANSF) < flambda.etex | $(TEXQUOTE) > flambda.tex

lexyacc.tex: lexyacc.etex $(TRANSF)
$(TRANSF) < lexyacc.etex | $(TEXQUOTE) > lexyacc.tex

Expand Down
Loading