Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFmpeg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
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
libremedia
Tethys
FFmpeg
Commits
86be2bc3
Commit
86be2bc3
authored
15 years ago
by
Måns Rullgård
Browse files
Options
Downloads
Patches
Plain Diff
Prettify make output for documentation
Originally committed as revision 22418 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
b91cd809
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
Makefile
+6
-3
6 additions, 3 deletions
Makefile
common.mak
+1
-0
1 addition, 0 deletions
common.mak
with
7 additions
and
3 deletions
Makefile
+
6
−
3
View file @
86be2bc3
...
@@ -93,14 +93,17 @@ documentation: $(addprefix doc/, developer.html faq.html ffmpeg-doc.html \
...
@@ -93,14 +93,17 @@ documentation: $(addprefix doc/, developer.html faq.html ffmpeg-doc.html \
ffplay-doc.html ffprobe-doc.html ffserver-doc.html
\
ffplay-doc.html ffprobe-doc.html ffserver-doc.html
\
general.html libavfilter.html $(ALLMANPAGES))
general.html libavfilter.html $(ALLMANPAGES))
doc/%.html
:
MSG = HTML
doc/%.html
:
doc/%.texi
doc/%.html
:
doc/%.texi
cd
doc
&&
texi2html
-monolithic
-number
$(
<:doc/%
=
%
)
$(
M
)
cd
doc
&&
texi2html
-monolithic
-number
$(
<:doc/%
=
%
)
doc/%.pod
:
MSG = POD
doc/%.pod
:
doc/%-doc.texi
doc/%.pod
:
doc/%-doc.texi
doc/texi2pod.pl
$<
$@
$(
M
)
doc/texi2pod.pl
$<
$@
doc/%.1
:
MSG = MAN
doc/%.1
:
doc/%.pod
doc/%.1
:
doc/%.pod
pod2man
--section
=
1
--center
=
" "
--release
=
" "
$<
>
$@
$(
M
)
pod2man
--section
=
1
--center
=
" "
--release
=
" "
$<
>
$@
install
:
$(INSTALL_TARGETS-yes)
install
:
$(INSTALL_TARGETS-yes)
...
...
This diff is collapsed.
Click to expand it.
common.mak
+
1
−
0
View file @
86be2bc3
...
@@ -25,6 +25,7 @@ BRIEF = CC AS YASM AR LD HOSTCC RANLIB STRIP CP
...
@@ -25,6 +25,7 @@ BRIEF = CC AS YASM AR LD HOSTCC RANLIB STRIP CP
SILENT
=
DEPCC YASMDEP RM
SILENT
=
DEPCC YASMDEP RM
MSG
=
$@
MSG
=
$@
G
=
@
$(
call ECHO,GEN,
$@
);
G
=
@
$(
call ECHO,GEN,
$@
);
M
=
@
$(
call ECHO,
$(
MSG
)
,
$@
);
$(
foreach
VAR,
$(
BRIEF
)
,
\
$(
foreach
VAR,
$(
BRIEF
)
,
\
$(
eval
$(
VAR
)
=
@
$$(
call ECHO,
$(
VAR
)
,
$$(
MSG
));
$($(
VAR
))))
$(
eval
$(
VAR
)
=
@
$$(
call ECHO,
$(
VAR
)
,
$$(
MSG
));
$($(
VAR
))))
$(
foreach
VAR,
$(
SILENT
)
,
$(
eval
$(
VAR
)
=
@
$($(
VAR
))))
$(
foreach
VAR,
$(
SILENT
)
,
$(
eval
$(
VAR
)
=
@
$($(
VAR
))))
...
...
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