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
d0f97dfa
Commit
d0f97dfa
authored
8 years ago
by
Julien Signoles
Browse files
Options
Downloads
Patches
Plain Diff
fix doxygen issues in Makefile & configure
parent
233f1943
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/plugins/e-acsl/Makefile.in
+6
-4
6 additions, 4 deletions
src/plugins/e-acsl/Makefile.in
src/plugins/e-acsl/configure.ac
+2
-1
2 additions, 1 deletion
src/plugins/e-acsl/configure.ac
with
8 additions
and
5 deletions
src/plugins/e-acsl/Makefile.in
+
6
−
4
View file @
d0f97dfa
...
...
@@ -280,14 +280,16 @@ $(E_ACSL_DIR)/Makefile: $(E_ACSL_DIR)/Makefile.in $(CONFIG_STATUS_DIR_DEP)
cd
$(
CONFIG_STATUS_DIR
)
&&
./config.status
#####################################
# Doxygen
#
# Doxygen
#
#####################################
DOXYGEN
=
@DOXYGEN@
doxygen
:
if
!
test
$(
DOXYGEN
)
=
"no"
;
then
\
$(
DOXYGEN
)
doc/doxygen/doxygen.cfg
;
\
$(
DOXYGEN
)
$(
E_ACSL_DIR
)
/
doc/doxygen/doxygen.cfg
;
\
else
\
echo
"Warning: Skip doxygen documentation: Doxygen executable not found."
;
\
echo
"Warning: Skip doxygen documentation:
\
Doxygen executable not found."
;
\
fi
doc
::
doxygen
\ No newline at end of file
doc
::
doxygen
This diff is collapsed.
Click to expand it.
src/plugins/e-acsl/configure.ac
+
2
−
1
View file @
d0f97dfa
...
...
@@ -108,9 +108,10 @@ fi
# Doxygen
#########
AC_CHECK_PROG(DOXYGEN,doxygen,doxygen,no)
AC_CHECK_PROG(HAVE_DOT,dot,YES,no)
AC_OUTPUT([ doc/doxygen/doxygen.cfg ], [ ])
AC_OUTPUT([
PLUGIN_RELATIVE_PATH(
doc/doxygen/doxygen.cfg
)
], [ ])
#######################
# Generating Makefile #
...
...
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