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
3e03f8d8
Commit
3e03f8d8
authored
Jul 12, 2012
by
jamal
Committed by
Stefano Sabatini
Jul 14, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: Fix documentation dependencies and rules
parent
bd58f00e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
5 deletions
+12
-5
configure
configure
+4
-1
Makefile
doc/Makefile
+8
-4
No files found.
configure
View file @
3e03f8d8
...
@@ -1255,6 +1255,7 @@ HAVE_LIST="
...
@@ -1255,6 +1255,7 @@ HAVE_LIST="
nanosleep
nanosleep
netinet_sctp_h
netinet_sctp_h
PeekNamedPipe
PeekNamedPipe
pod2man
poll_h
poll_h
posix_memalign
posix_memalign
pthread_cancel
pthread_cancel
...
@@ -1297,6 +1298,7 @@ HAVE_LIST="
...
@@ -1297,6 +1298,7 @@ HAVE_LIST="
sys_time_h
sys_time_h
sys_videoio_h
sys_videoio_h
termios_h
termios_h
texi2html
threads
threads
trunc
trunc
truncf
truncf
...
@@ -1784,7 +1786,7 @@ ffprobe_deps="avcodec avformat"
...
@@ -1784,7 +1786,7 @@ ffprobe_deps="avcodec avformat"
ffserver_deps
=
"avformat ffm_muxer fork rtp_protocol rtsp_demuxer"
ffserver_deps
=
"avformat ffm_muxer fork rtp_protocol rtsp_demuxer"
ffserver_extralibs
=
'$ldl'
ffserver_extralibs
=
'$ldl'
doc_deps
=
"texi2html
"
doc_deps
_any
=
"texi2html makeinfo pod2man
"
# tests
# tests
...
@@ -3385,6 +3387,7 @@ enabled sdl && add_cflags $sdl_cflags && add_extralibs $sdl_libs
...
@@ -3385,6 +3387,7 @@ enabled sdl && add_cflags $sdl_cflags && add_extralibs $sdl_libs
texi2html
-version
>
/dev/null 2>&1
&&
enable
texi2html
||
disable texi2html
texi2html
-version
>
/dev/null 2>&1
&&
enable
texi2html
||
disable texi2html
makeinfo
--version
>
/dev/null 2>&1
&&
enable
makeinfo
||
disable makeinfo
makeinfo
--version
>
/dev/null 2>&1
&&
enable
makeinfo
||
disable makeinfo
pod2man
--help
>
/dev/null 2>&1
&&
enable
pod2man
||
disable pod2man
check_header linux/fb.h
check_header linux/fb.h
check_header linux/videodev.h
check_header linux/videodev.h
...
...
doc/Makefile
View file @
3e03f8d8
...
@@ -12,10 +12,10 @@ HTMLPAGES = $(PROGS-yes:%=doc/%.html) \
...
@@ -12,10 +12,10 @@ HTMLPAGES = $(PROGS-yes:%=doc/%.html) \
TXTPAGES
=
doc/fate.txt
\
TXTPAGES
=
doc/fate.txt
\
DOCS
=
$(HTMLPAGES)
$(MANPAGES)
$(POD
PAGES)
DOCS
-$(HAVE_TEXI2HTML)
+=
$(HTML
PAGES)
ifdef
HAVE_MAKEINFO
DOCS-$(HAVE_POD2MAN)
+=
$(MANPAGES)
$(PODPAGES)
DOCS
+=
$(TXTPAGES)
DOCS
-$(HAVE_MAKEINFO)
+=
$(TXTPAGES)
endif
DOCS
=
$
(
DOCS-yes
)
all-$(CONFIG_DOC)
:
documentation
all-$(CONFIG_DOC)
:
documentation
...
@@ -53,11 +53,15 @@ doc/%.1: doc/%.pod $(GENTEXI)
...
@@ -53,11 +53,15 @@ doc/%.1: doc/%.pod $(GENTEXI)
$(DOCS)
:
| doc/
$(DOCS)
:
| doc/
install-man
:
ifdef
HAVE_POD2MAN
install-progs-$(CONFIG_DOC)
:
install-man
install-progs-$(CONFIG_DOC)
:
install-man
install-man
:
$(MANPAGES)
install-man
:
$(MANPAGES)
$(Q)
mkdir
-p
"
$(MANDIR)
/man1"
$(Q)
mkdir
-p
"
$(MANDIR)
/man1"
$(INSTALL)
-m
644
$(MANPAGES)
"
$(MANDIR)
/man1"
$(INSTALL)
-m
644
$(MANPAGES)
"
$(MANDIR)
/man1"
endif
uninstall
:
uninstall-man
uninstall
:
uninstall-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