diff options
author | Philipp Matthias Hahn <pmhahn@titan.lahn.de> | 2005-01-21 22:16:05 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2005-01-21 22:16:05 +0000 |
commit | 8b8e1c5580592ae207a9c2e9592bcef906ad3fd4 (patch) | |
tree | 838fdd0cd86faa3e34a94c329a0328be044a8b9e /doc/Makefile | |
parent | ac930a999cf1d990c840f5f4286ce7f421df7160 (diff) | |
download | ffmpeg-8b8e1c5580592ae207a9c2e9592bcef906ad3fd4.tar.gz |
Out-of-directory build patch by (Philipp Matthias Hahn <pmhahn titan.lahn de>)
preserve support for spaces in directories in case of in-tree builds by (James A. Morrison <ja2morri csclub.uwaterloo ca>)
Originally committed as revision 3855 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile index d472dc3297..744a9fbc18 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,3 +1,7 @@ +-include ../config.mak + +VPATH=$(SRC_PATH)/doc + all: ffmpeg-doc.html faq.html ffserver-doc.html ffplay-doc.html hooks.html \ ffmpeg.1 ffserver.1 ffplay.1 |