]> git.sesse.net Git - ffmpeg/blobdiff - doc/Makefile
* Fixing a bug with incorrect bits set in AAUX source pack
[ffmpeg] / doc / Makefile
index 744a9fbc18dcec1a9f0a3046f462c651b75f00a8..4fc9dfb8f96d8e87418a696d181952376ee6b6f5 100644 (file)
@@ -1,6 +1,6 @@
 -include ../config.mak
 
-VPATH=$(SRC_PATH)/doc
+VPATH=$(SRC_PATH_BARE)/doc
 
 all: ffmpeg-doc.html faq.html ffserver-doc.html ffplay-doc.html hooks.html \
      ffmpeg.1 ffserver.1 ffplay.1
@@ -16,3 +16,5 @@ all: ffmpeg-doc.html faq.html ffserver-doc.html ffplay-doc.html hooks.html \
 
 clean:
        rm -f *.html *.pod *.1
+
+.PHONY: all clean