Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-common
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Timo Koch
dune-common
Commits
28687517
Commit
28687517
authored
18 years ago
by
Christian Engwer
Browse files
Options
Downloads
Patches
Plain Diff
fixed doxygen generation
[[Imported from SVN: r4802]]
parent
b765b4ee
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/doxygen/Makefile.am
+6
-5
6 additions, 5 deletions
doc/doxygen/Makefile.am
with
6 additions
and
5 deletions
doc/doxygen/Makefile.am
+
6
−
5
View file @
28687517
...
...
@@ -20,7 +20,8 @@ DOXYGENINSTALL = *.html *.css *.png *.gif
if
WML
# themeing doxygen
DOXYGENHEADER
=
doxy-header.html.build
DOXYGENHEADER
=
doxy-header.html
DOXYGENHEADERBUILD
=
$(
DOXYGENHEADER
)
.build
DOXYGENFOOTER
=
doxy-footer.html
DOXYGENSTYLESHEET
=
dune-doxy.css
DOYXFILE_OVERWRITE
=
echo
"HTML_HEADER =
$(
DOXYGENHEADER
)
"
;
\
...
...
@@ -53,11 +54,11 @@ DEPENDON = -name \*.cc -o -name \*.hh -o -name \*.png
# as all doxygen files fill be installed in the html subdirectory
# the BASEDIR has to be adjusted
doxy-header.html
.build
:
FORCE
$(
MAKE
)
doxy-header.html
BASEDIR
=
../../..
%
.build
:
FORCE
$(
MAKE
)
$*
BASEDIR
=
../../..
# check dependency ourself to be robust
doxygen-tag
:
FORCE $(DOXYGENHEADER)
doxygen-tag
:
FORCE $(DOXYGENHEADER
BUILD
)
set
-e
;
\
if
test
-e
Doxyfile
;
then
\
if
test
!
-e
doxygen-tag
||
test
x
"
`
find
$(
top_srcdir
)
\(
$(
DEPENDON
)
\)
-a
-newer
doxygen-tag
-print
`
"
!=
x
;
then
\
...
...
@@ -71,7 +72,7 @@ doxygen-tag: FORCE $(DOXYGENHEADER)
html
:
doxygen-tag
html-dist
:
$(DOXYGENHEADER)
html-dist
:
$(DOXYGENHEADER
BUILD
)
rm
-rf
html
;
\
set
-e
;
\
if
test
-e
Doxyfile
;
then
\
...
...
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