Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
a0f9c8ce
Commit
a0f9c8ce
authored
Jan 31, 2011
by
Mans Rullgard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Auto-generate dependencies for documentation
Signed-off-by:
Mans Rullgard
<
mans@mansr.com
>
parent
d19b744a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
Makefile
Makefile
+7
-7
No files found.
Makefile
View file @
a0f9c8ce
...
...
@@ -112,22 +112,22 @@ version.h .version:
alltools
:
$(TOOLS)
documentation
:
$(addprefix doc/
,
developer.html faq.html general.html libavfilter.html
\
$(ALLHTMLPAGES) $(ALLMANPAGES))
DOCS
=
$
(
addprefix doc/, developer.html faq.html general.html libavfilter.html
$(ALLHTMLPAGES)
$(ALLMANPAGES)
)
$(HTMLPAGES) $(PODPAGES)
:
doc/fftools-common-opts.texi
documentation
:
$(DOCS)
doc/ffmpeg.pod doc/ffmpeg.html
:
doc/demuxers.texi doc/bitstream_filters.texi doc/eval.texi doc/indevs.texi doc/filters.texi doc/outdevs.texi doc/protocols.texi doc/metadata.texi
doc/ffplay.pod doc/ffplay.html
:
doc/demuxers.texi doc/eval.texi doc/indevs.texi doc/filters.texi doc/outdevs.texi doc/protocols.texi
doc/ffprobe.pod doc/ffprobe.html
:
doc/demuxers.texi doc/indevs.texi doc/protocols.texi
doc/libavfilter.html
:
doc/filters.texi
-include $(wildcard $(DOCS
:
%=%.d))
TEXIDEP
=
awk
'/^@include/ { printf "$@: $(@D)/%s\n", $$2 }'
<
$<
>
$
(
@:%
=
%.d
)
doc/%.html
:
TAG = HTML
doc/%.html
:
doc/%.texi $(SRC_PATH_BARE)/doc/t2h.init
$(Q)$(TEXIDEP)
$(M)
cd
doc
&&
texi2html
-monolithic
--init-file
$(SRC_PATH_BARE)
/doc/t2h.init
$
(
<:doc/%
=
%
)
doc/%.pod
:
TAG = POD
doc/%.pod
:
doc/%.texi
$(Q)$(TEXIDEP)
$(M)
doc/texi2pod.pl
$<
$@
doc/%.1
:
TAG = MAN
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment