Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
6ffa2e9c
Commit
6ffa2e9c
authored
Sep 07, 2010
by
MARCHE Claude
Browse files
deja 34 pages de manuel !!!
parent
4eb59010
Changes
3
Hide whitespace changes
Inline
Side-by-side
Makefile.in
View file @
6ffa2e9c
...
...
@@ -679,12 +679,14 @@ test-api: src/why.cma
# documentation
################
DOC
=
doc/manual.pdf doc/manual.html
DOC
=
doc/manual.pdf
# doc/manual.html
doc
:
$(DOC)
doc
:
$(DOC)
doc/manual.pdf
:
doc/manual.tex doc/version.tex
$(MAKE)
-C
doc manual.pdf
doc/manual.pdf
:
doc/apidoc.tex doc/manual.tex doc/version.tex
cd
doc
;
pdflatex manual
cd
doc
;
pdflatex manual
doc/manual.html
:
doc/manual.tex doc/version.tex
$(MAKE)
-C
doc manual.html
...
...
@@ -698,10 +700,22 @@ clean::
.PHONY
:
apidoc
MODULESTODOC
=
core/ident core/ty core/term core/decl core/theory
\
core/env core/task
\
driver/whyconf driver/driver
FILESTODOC
=
$(
addsuffix
.mli,
$(
addprefix
src/,
$(MODULESTODOC)
))
apidoc
:
mkdir
-p
apidoc
$(OCAMLDOC)
-d
apidoc
-html
-keep-code
-I
src
$(LIBINCLUDES)
-I
+sqlite3
\
$(LIBML)
$(LIBMLI)
$(MNGML)
$(MNGMLI)
$(OCAMLDOC)
-d
apidoc
-html
-keep-code
$(INCLUDES)
\
$(LIBINCLUDES)
$(FILESTODOC)
# $(LIBML)
doc/apidoc.tex
:
$(OCAMLDOC)
-o
doc/apidoc.tex
-latex
-noheader
-notrailer
$(INCLUDES)
\
$(LIBINCLUDES)
$(FILESTODOC)
# $(LIBML)
clean
::
rm
-f
apidoc/
*
...
...
doc/api.tex
View file @
6ffa2e9c
...
...
@@ -8,6 +8,10 @@
\section
{
Applying transformations
}
\section
{
Complete API documentation
}
\input
{
./apidoc.tex
}
%%% Local Variables:
%%% mode: latex
%%% TeX-PDF-mode: t
...
...
doc/manual.tex
View file @
6ffa2e9c
...
...
@@ -2,6 +2,10 @@
%\usepackage[T1]{fontenc}
\usepackage
{
url
}
\usepackage
{
ocamldoc
}
\let\tt\ttfamily
\let\bf\bfseries
\begin{document}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment