[FFmpeg-cvslog] build: call texi2pod.pl with full path instead of symlink

Mans Rullgard git at videolan.org
Wed Jun 29 05:26:35 CEST 2011


ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Tue Jun 28 17:12:36 2011 +0100| [7ac6910dd83be28331edccf5ad7511cb006afd05] | committer: Mans Rullgard

build: call texi2pod.pl with full path instead of symlink

Signed-off-by: Mans Rullgard <mans at mansr.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7ac6910dd83be28331edccf5ad7511cb006afd05
---

 configure    |    6 +-----
 doc/Makefile |    2 +-
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/configure b/configure
index 0857d6f..16ef011 100755
--- 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"
diff --git a/doc/Makefile b/doc/Makefile
index 558277a..da46cce 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -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



More information about the ffmpeg-cvslog mailing list