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
8c201dde
Commit
8c201dde
authored
Sep 12, 2016
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: doc: more fine-grained dependencies for generated texi files
parent
bc739993
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
Makefile
doc/Makefile
+7
-4
No files found.
doc/Makefile
View file @
8c201dde
ALLMANPAGES
=
$
(
AVBASENAMES:%
=
%.1
)
MANPAGES
=
$
(
AVPROGS-yes:%
=
doc/%.1
)
PODPAGES
=
$
(
AVPROGS-yes:%
=
doc/%.pod
)
HTMLPAGES
=
$
(
AVPROGS-yes:%
=
doc/%.html
)
\
PROGSHTML
=
$
(
AVPROGS-yes:%
=
doc/%.html
)
HTMLPAGES
=
$(PROGSHTML)
\
doc/developer.html
\
doc/faq.html
\
doc/fate.html
\
...
...
@@ -39,22 +40,24 @@ TEXIDEP = awk '/^@include/ { printf "$@: $(@D)/%s\n", $$2 }' <$< >$(@:%=%.d)
GENTEXI
=
format codec
GENTEXI
:=
$
(
GENTEXI:%
=
doc/avoptions_%.texi
)
$(MANPAGES) $(PODPAGES) $(PROGSHTML)
:
$(GENTEXI)
$(GENTEXI)
:
TAG = GENTEXI
$(GENTEXI)
:
doc/avoptions_%.texi: doc/print_options$(HOSTEXESUF)
$(M)
doc/print_options
$*
>
$@
doc/%.html
:
TAG = HTML
doc/%.html
:
doc/%.texi $(SRC_PATH)/doc/t2h.init
$(GENTEXI)
doc/%.html
:
doc/%.texi $(SRC_PATH)/doc/t2h.init
$(Q)$(TEXIDEP)
$(M)
texi2html
-I
doc
-monolithic
--init-file
$(SRC_PATH)
/doc/t2h.init
--output
$@
$<
doc/%.pod
:
TAG = POD
doc/%.pod
:
doc/%.texi $(SRC_PATH)/doc/texi2pod.pl
$(GENTEXI)
doc/%.pod
:
doc/%.texi $(SRC_PATH)/doc/texi2pod.pl
$(Q)$(TEXIDEP)
$(M)$(SRC_PATH)
/doc/texi2pod.pl
-Idoc
$<
$@
doc/%.1
:
TAG = MAN
doc/%.1
:
doc/%.pod
$(GENTEXI)
doc/%.1
:
doc/%.pod
$(M)
pod2man
--section
=
1
--center
=
" "
--release
=
" "
$<
>
$@
$(DOCS) doc/doxy/html
:
| doc/
...
...
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