[FFmpeg-cvslog] r25928 - trunk/Makefile
stefano
subversion
Sat Dec 11 13:00:41 CET 2010
Author: stefano
Date: Sat Dec 11 13:00:41 2010
New Revision: 25928
Log:
Define PODPAGES in Makefile, and make them depend on
fftools-common-opts.texi.
Fix pod files updating when fftools-common-opts.texi is changed.
Modified:
trunk/Makefile
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile Fri Dec 10 19:25:02 2010 (r25927)
+++ trunk/Makefile Sat Dec 11 13:00:41 2010 (r25928)
@@ -13,6 +13,7 @@ PROGS := $(addsuffix $(EXESUF), $
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
More information about the ffmpeg-cvslog
mailing list