build: call texi2pod.pl with full path instead of symlink
Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
parent
57b4a3dd2b
commit
7ac6910dd8
6
configure
vendored
6
configure
vendored
@ -3212,12 +3212,8 @@ if enabled source_path_used; then
|
|||||||
tests
|
tests
|
||||||
tools
|
tools
|
||||||
"
|
"
|
||||||
FILES="
|
|
||||||
Makefile
|
|
||||||
doc/texi2pod.pl
|
|
||||||
"
|
|
||||||
map 'mkdir -p $v' $DIRS;
|
map 'mkdir -p $v' $DIRS;
|
||||||
map '$ln_s "$source_path/$v" $v' $FILES
|
$ln_s "$source_path/Makefile" .
|
||||||
fi
|
fi
|
||||||
|
|
||||||
config_files="$TMPH config.mak"
|
config_files="$TMPH config.mak"
|
||||||
|
@ -18,7 +18,7 @@ doc/%.html: doc/%.texi $(SRC_PATH)/doc/t2h.init
|
|||||||
doc/%.pod: TAG = POD
|
doc/%.pod: TAG = POD
|
||||||
doc/%.pod: doc/%.texi
|
doc/%.pod: doc/%.texi
|
||||||
$(Q)$(TEXIDEP)
|
$(Q)$(TEXIDEP)
|
||||||
$(M)doc/texi2pod.pl $< $@
|
$(M)$(SRC_PATH)/doc/texi2pod.pl $< $@
|
||||||
|
|
||||||
doc/%.1: TAG = MAN
|
doc/%.1: TAG = MAN
|
||||||
doc/%.1: doc/%.pod
|
doc/%.1: doc/%.pod
|
||||||
|
Loading…
x
Reference in New Issue
Block a user