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
7ac6910d
Commit
7ac6910d
authored
Jun 28, 2011
by
Mans Rullgard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: call texi2pod.pl with full path instead of symlink
Signed-off-by:
Mans Rullgard
<
mans@mansr.com
>
parent
57b4a3dd
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
6 deletions
+2
-6
configure
configure
+1
-5
Makefile
doc/Makefile
+1
-1
No files found.
configure
View file @
7ac6910d
...
...
@@ -3212,12 +3212,8 @@ if enabled source_path_used; then
tests
tools
"
FILES
=
"
Makefile
doc/texi2pod.pl
"
map
'mkdir -p $v'
$DIRS
;
map
'$ln_s "$source_path/$v" $v'
$FILES
$ln_s
"
$source_path
/Makefile"
.
fi
config_files
=
"
$TMPH
config.mak"
...
...
doc/Makefile
View file @
7ac6910d
...
...
@@ -18,7 +18,7 @@ doc/%.html: doc/%.texi $(SRC_PATH)/doc/t2h.init
doc/%.pod
:
TAG = POD
doc/%.pod
:
doc/%.texi
$(Q)$(TEXIDEP)
$(M)
doc/texi2pod.pl
$<
$@
$(M)
$(SRC_PATH)
/
doc/texi2pod.pl
$<
$@
doc/%.1
:
TAG = MAN
doc/%.1
:
doc/%.pod
...
...
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