summaryrefslogtreecommitdiff
path: root/contrib/ffmpeg/doc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ffmpeg/doc/Makefile')
-rw-r--r--contrib/ffmpeg/doc/Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/contrib/ffmpeg/doc/Makefile b/contrib/ffmpeg/doc/Makefile
deleted file mode 100644
index 4fc9dfb8f..000000000
--- a/contrib/ffmpeg/doc/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
--include ../config.mak
-
-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
-
-%.html: %.texi Makefile
- texi2html -monolithic -number $<
-
-%.pod: %-doc.texi
- ./texi2pod.pl $< $@
-
-%.1: %.pod
- pod2man --section=1 --center=" " --release=" " $< > $@
-
-clean:
- rm -f *.html *.pod *.1
-
-.PHONY: all clean