summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-12-11 12:00:41 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-12-11 12:00:41 +0000
commitfe858d7bd14a85090e1f1ab2852c18d8a45889a1 (patch)
tree645bace5c9a2ad63d4cc27f9b1f6919456b5d3e4 /Makefile
parent5d7870dc76624e42a747a3c7c6f206c8ed9e9b2e (diff)
Define PODPAGES in Makefile, and make them depend on
fftools-common-opts.texi. Fix pod files updating when fftools-common-opts.texi is changed. Originally committed as revision 25928 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ef514e8a57..8889a150f0 100644
--- a/Makefile
+++ b/Makefile
@@ -13,6 +13,7 @@ PROGS := $(addsuffix $(EXESUF), $(PROGS-yes))
PROGS_G = $(addsuffix _g$(EXESUF), $(PROGS-yes))
OBJS = $(addsuffix .o, $(PROGS-yes)) cmdutils.o
MANPAGES = $(addprefix doc/, $(addsuffix .1, $(PROGS-yes)))
+PODPAGES = $(addprefix doc/, $(addsuffix .pod, $(PROGS-yes)))
HTMLPAGES = $(addprefix doc/, $(addsuffix -doc.html, $(PROGS-yes)))
TOOLS = $(addprefix tools/, $(addsuffix $(EXESUF), cws2fws pktdumper probetest qt-faststart trasher))
HOSTPROGS = $(addprefix tests/, audiogen videogen rotozoom tiny_psnr base64)
@@ -113,7 +114,7 @@ alltools: $(TOOLS)
documentation: $(addprefix doc/, developer.html faq.html general.html libavfilter.html \
$(ALLHTMLPAGES) $(ALLMANPAGES))
-$(HTMLPAGES) $(MANPAGES): doc/fftools-common-opts.texi
+$(HTMLPAGES) $(PODPAGES): doc/fftools-common-opts.texi
doc/ffmpeg.pod doc/ffmpeg-doc.html: doc/bitstream_filters.texi doc/eval.texi doc/indevs.texi doc/filters.texi doc/outdevs.texi doc/protocols.texi
doc/ffplay.pod doc/ffplay-doc.html: doc/eval.texi doc/indevs.texi doc/filters.texi doc/outdevs.texi doc/protocols.texi