]> git.sesse.net Git - ffmpeg/blobdiff - configure
build: move documentation rules to doc/Makefile
[ffmpeg] / configure
index b26394ec291b3e425ba6b9ad69df04528e2240f7..6f1560574f24738a4ef54148020130f3bcafd547 100755 (executable)
--- a/configure
+++ b/configure
@@ -3221,6 +3221,7 @@ if enabled source_path_used; then
         Makefile
         common.mak
         subdir.mak
+        doc/Makefile
         doc/texi2pod.pl
         libavcodec/Makefile
         libavcodec/${arch}/Makefile
@@ -3231,6 +3232,7 @@ if enabled source_path_used; then
         libavutil/Makefile
         libpostproc/Makefile
         libswscale/Makefile
+        tests/Makefile
     "
     map 'mkdir -p $v' $DIRS;
     map 'test -f "$source_path/$v" && $ln_s "$source_path/$v" $v' $FILES