diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-10-03 17:42:17 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-10-03 17:42:17 +0000 |
commit | 3263626feb329ea711fad5b92a11ee3f0440c7bb (patch) | |
tree | ce1a21c5c237b0c374a5e54ee5ab5d7a52a65759 /doc/Makefile | |
parent | 4851f2ad9238b6f12120b011214b4104177872c0 (diff) | |
download | ffmpeg-3263626feb329ea711fad5b92a11ee3f0440c7bb.tar.gz |
Mark all phony targets as such.
Originally committed as revision 6538 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile index 744a9fbc18..287836f71f 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -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 |