OSDN Git Service

build: call texi2pod.pl with full path instead of symlink
authorMans Rullgard <mans@mansr.com>
Tue, 28 Jun 2011 16:12:36 +0000 (17:12 +0100)
committerMans Rullgard <mans@mansr.com>
Tue, 28 Jun 2011 17:15:19 +0000 (18:15 +0100)
Signed-off-by: Mans Rullgard <mans@mansr.com>
configure
doc/Makefile

index 0857d6f..16ef011 100755 (executable)
--- a/configure
+++ b/configure
@@ -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"
index 558277a..da46cce 100644 (file)
@@ -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