Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Frama Clang
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
Frama Clang
Commits
6778adfd
Commit
6778adfd
authored
5 years ago
by
DavidCok
Committed by
Virgile Prevosto
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Weekend edits
parent
8f9f90f4
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
doc/userman/.gitignore
+8
-0
8 additions, 0 deletions
doc/userman/.gitignore
doc/userman/Makefile
+15
-26
15 additions, 26 deletions
doc/userman/Makefile
doc/userman/biblio.bib
+6
-0
6 additions, 0 deletions
doc/userman/biblio.bib
doc/userman/version.tex
+0
-2
0 additions, 2 deletions
doc/userman/version.tex
with
29 additions
and
28 deletions
doc/userman/.gitignore
+
8
−
0
View file @
6778adfd
main.pdf
main.pdf
*.aux
*.bbl
*.blg
*.ilg
*.ind
*.log
*.out
*.toc
This diff is collapsed.
Click to expand it.
doc/userman/Makefile
+
15
−
26
View file @
6778adfd
MAIN
=
main
MAIN
=
main
C_CODE
=
$(
wildcard examples/
*
.[ci]
)
C_CODE
=
$(
wildcard examples/
*
.[ci]
)
VERSION_FILE
=
../../../../../VERSION
ifeq
("$(wildcard $(VERSION_FILE))", "")
VERSION_FILE
=
../../VERSION
FC_VERSION
+=
Potassium+
FC_VERSION
+=
Potassium+
else
#internal mode
FC_VERSION
=
$(
shell
cat
$(
VERSION_FILE
))
endif
FCLANG_VERSION
=
$(
shell
cat
$(
VERSION_FILE
))
DEPS_MODERN
=
fclangversion.tex biblio.bib macros.tex
\
DEPS_MODERN
=
biblio.bib
\
introduction
.tex
\
changes
.tex
\
description.tex
\
description.tex
\
grammar.tex
\
introduction.tex
\
limitations.tex
\
limitations.tex
\
changes.tex
\
macros.tex
\
preprocessing.tex
\
fclangversion.tex
\
$(
C_CODE
)
\
$(
C_CODE
)
\
$(
VERSION_FILE
)
Makefile
default
:
main.pdf
default
:
main.pdf
main.pdf
:
$(DEPS_MODERN)
main.pdf
:
main.tex
$(DEPS_MODERN)
EACSL
_DIR
=
../..
FCLANG
_DIR
=
../..
DISTRIB_DIR
=
$(
HOME
)
/frama-c/doc/www/distrib
DISTRIB_DIR
=
$(
HOME
)
/frama-c/doc/www/distrib
install
:
install
:
mkdir
-p
$(
EACSL_DIR
)
/doc/manuals/
mkdir
-p
$(
FCLANG_DIR
)
/doc/manuals/
cp
-f
main.pdf
$(
EACSL_DIR
)
/doc/manuals/e-acsl-manual.pdf
cp
-f
main.pdf
$(
FCLANG_DIR
)
/doc/manuals/fclang-manual.pdf
# cp -f main.pdf \
$(DISTRIB_DIR)/download/e-acsl/e-acsl-manual-$(EACSL_VERSION).pdf
include
$(
EACSL
_DIR)/doc/support/MakeLaTeXModern
include
$(
FCLANG
_DIR)/doc/support/MakeLaTeXModern
fclangversion.tex
:
Makefile
version.tex
:
Makefile
rm
-f
$@
printf
'\\newcommand{\\fclangversion}{
$(
FCLANG_VERSION
)
\\xspace}\n'
>
$@
printf
'\\newcommand{\\fcversion}{
$(
FC_VERSION
)
\\xspace}\n'
>>
$@
chmod
a-w
$@
%.1
:
%.mp
%.1
:
%.mp
mpost
-interaction
=
batchmode
$<
mpost
-interaction
=
batchmode
$<
...
@@ -69,7 +59,7 @@ fclangversion.tex: Makefile
...
@@ -69,7 +59,7 @@ fclangversion.tex: Makefile
%.ml
:
%.mll
%.ml
:
%.mll
ocamllex
$<
ocamllex
$<
%.pdf
:
%.tex
Makefile $(DEPS_MODERN)
%.pdf
:
%.tex
pdflatex
$*
pdflatex
$*
makeindex
$*
makeindex
$*
bibtex
$*
bibtex
$*
...
@@ -94,4 +84,3 @@ clean:
...
@@ -94,4 +84,3 @@ clean:
*
.haux
*
.hbbl
*
.htoc
\
*
.haux
*
.hbbl
*
.htoc
\
*
.cb
*
*
.cm?
*
.bbl
*
.blg
*
.idx
*
.ind
*
.ilg
\
*
.cb
*
*
.cm?
*
.bbl
*
.blg
*
.idx
*
.ind
*
.ilg
\
transf trans.ml pp.ml pp
transf trans.ml pp.ml pp
rm
-f
fclangversion.tex
This diff is collapsed.
Click to expand it.
doc/userman/biblio.bib
+
6
−
0
View file @
6778adfd
...
@@ -7,6 +7,12 @@
...
@@ -7,6 +7,12 @@
note
=
{\url{http://frama-c.cea.fr/download/user-manual.pdf}}
note
=
{\url{http://frama-c.cea.fr/download/user-manual.pdf}}
}
}
@manual
{
acslpp
,
title
=
{ACSL++: ANSI/ISO C++ Specification Language}
,
author
=
{David R. Cok}
}
%% TODO - add a url to the above
@manual
{
plugin-dev-guide
,
@manual
{
plugin-dev-guide
,
author
=
{Julien Signoles and Loc Correnson and Matthieu Lemerre and
author
=
{Julien Signoles and Loc Correnson and Matthieu Lemerre and
Virgile Prevosto}
,
Virgile Prevosto}
,
...
...
This diff is collapsed.
Click to expand it.
doc/userman/version.tex
deleted
100644 → 0
+
0
−
2
View file @
8f9f90f4
\newcommand
{
\fclangversion
}{
Chlorine+
\xspace
}
\newcommand
{
\fcversion
}{
Potassium+
\xspace
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment