Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frama-c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
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-c
Commits
3cc7233a
Commit
3cc7233a
authored
2 years ago
by
François Bobot
Browse files
Options
Downloads
Patches
Plain Diff
Fix documentation cleaning
parent
33434c44
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
doc/Makefile
+4
-4
4 additions, 4 deletions
doc/Makefile
src/plugins/e-acsl/doc/refman/Makefile
+3
-0
3 additions, 0 deletions
src/plugins/e-acsl/doc/refman/Makefile
src/plugins/e-acsl/doc/userman/Makefile
+3
-0
3 additions, 0 deletions
src/plugins/e-acsl/doc/userman/Makefile
with
10 additions
and
4 deletions
doc/Makefile
+
4
−
4
View file @
3cc7233a
...
...
@@ -140,7 +140,7 @@ else
ACSL_SUFFIX
=
$(
shell
grep
acslversion acsl/version.tex |
sed
's/.*{\([^{
}
\\]*\).*/\1/'
)
clean
::
$(
MAKE
)
-C
acsl clean
$(
MAKE
)
-C
acsl
super-
clean
all
:
\
manuals/acsl-implementation-$(FC_SUFFIX).pdf
\
...
...
@@ -159,7 +159,7 @@ EACSL_SUFFIX=$(shell grep 'newcommand{\\eacsllangversion' $(EACSL_DOC)/refman/ma
ifeq
($(EACSL_SUFFIX),)
$(info
could
not
retrieve
E-ACSL
version
from
../src/plugins/e-acsl/doc/refman/main.tex")
$(info
"
could not retrieve E-ACSL version from ../src/plugins/e-acsl/doc/refman/main.tex"
)
else
...
...
@@ -169,8 +169,8 @@ ifneq ($(ACSL_SUFFIX),$(EACSL_SUFFIX))
endif
clean
::
$(
MAKE
)
-C
$(
EACSL_DOC
)
/refman/ clean
$(
MAKE
)
-C
$(
EACSL_DOC
)
/userman/ clean
$(
MAKE
)
-C
$(
EACSL_DOC
)
/refman/
super-
clean
$(
MAKE
)
-C
$(
EACSL_DOC
)
/userman/
super-
clean
all
:
\
manuals/e-acsl-implementation-$(FC_SUFFIX).pdf
\
...
...
This diff is collapsed.
Click to expand it.
src/plugins/e-acsl/doc/refman/Makefile
+
3
−
0
View file @
3cc7233a
...
...
@@ -54,6 +54,9 @@ clean:
*
.cb
*
.cm?
*
.bbl
*
.blg
*
.idx
*
.ind
*
.ilg
\
transf trans.ml pp.ml pp
super-clean
:
clean
rm
-f
e-acsl-implementation.pdf e-acsl.pdf
#########
# Tools #
#########
...
...
This diff is collapsed.
Click to expand it.
src/plugins/e-acsl/doc/userman/Makefile
+
3
−
0
View file @
3cc7233a
...
...
@@ -35,3 +35,6 @@ clean:
*
.haux
*
.hbbl
*
.htoc
\
*
.cb
*
.cm?
*
.bbl
*
.blg
*
.idx
*
.ind
*
.ilg
\
transf trans.ml pp.ml pp
super-clean
:
clean
rm
-f
$(
MAIN
)
.pdf
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