Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
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
savoirfairelinux
jami-daemon
Commits
cc06b847
Commit
cc06b847
authored
6 years ago
by
Andreas Traczyk
Browse files
Options
Downloads
Patches
Plain Diff
docs: fix doxygen makefile to sed project name+version+srcdir
Change-Id: If627188657bf3f024ff7604e4de752e6cf9d83e0
parent
f7aaf32c
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/doxygen/Makefile.am
+8
-2
8 additions, 2 deletions
doc/doxygen/Makefile.am
doc/doxygen/core-doc.cfg.in
+1
-1
1 addition, 1 deletion
doc/doxygen/core-doc.cfg.in
with
9 additions
and
3 deletions
doc/doxygen/Makefile.am
+
8
−
2
View file @
cc06b847
...
@@ -41,7 +41,7 @@ maintainer-clean-local: clean-local
...
@@ -41,7 +41,7 @@ maintainer-clean-local: clean-local
%.cfg
:
%.cfg.in
%.cfg
:
%.cfg.in
rm
-f
$@
.tmp
rm
-f
$@
.tmp
sed
<
$<
>
$@
.tmp
\
sed
<
$<
>
$@
.tmp
\
-e
's:@-top_srcdir-@:
${
top_srcdir
}
:g'
-e
's:@-top_srcdir-@:
${
top_srcdir
}
/src
:g'
sed
<
$@
.tmp
>
$@
.tmp2
\
sed
<
$@
.tmp
>
$@
.tmp2
\
-e
's:@-html_dir-@:
${
html_parent_dir
}
/$*:g'
-e
's:@-html_dir-@:
${
html_parent_dir
}
/$*:g'
rm
$@
.tmp
rm
$@
.tmp
...
@@ -51,6 +51,12 @@ maintainer-clean-local: clean-local
...
@@ -51,6 +51,12 @@ maintainer-clean-local: clean-local
sed
<
$@
.tmp3
>
$@
.tmp4
\
sed
<
$@
.tmp3
>
$@
.tmp4
\
-e
's:@-html_footer-@:
${
HTML_FOOTER
}
:g'
-e
's:@-html_footer-@:
${
HTML_FOOTER
}
:g'
rm
$@
.tmp3
rm
$@
.tmp3
mv
$@
.tmp4
$@
sed
<
$@
.tmp4
>
$@
.tmp5
\
-e
's:@PROJECT_NAME@:
${
PACKAGE_NAME
}
:g'
rm
$@
.tmp4
sed
<
$@
.tmp5
>
$@
.tmp6
\
-e
's:@PACKAGE_VERSION@:
${
PACKAGE_VERSION
}
:g'
rm
$@
.tmp5
mv
$@
.tmp6
$@
endif
# ENABLE_DOXYGEN
endif
# ENABLE_DOXYGEN
This diff is collapsed.
Click to expand it.
doc/doxygen/core-doc.cfg.in
+
1
−
1
View file @
cc06b847
...
@@ -771,7 +771,7 @@ WARN_LOGFILE =
...
@@ -771,7 +771,7 @@ WARN_LOGFILE =
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
# Note: If this tag is empty the current directory is searched.
# Note: If this tag is empty the current directory is searched.
INPUT = @top_srcdir@
INPUT = @
-
top_srcdir
-
@
# This tag can be used to specify the character encoding of the source files
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
...
...
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