Revision fe858d7b Makefile
Makefile | ||
---|---|---|
13 | 13 |
PROGS_G = $(addsuffix _g$(EXESUF), $(PROGS-yes)) |
14 | 14 |
OBJS = $(addsuffix .o, $(PROGS-yes)) cmdutils.o |
15 | 15 |
MANPAGES = $(addprefix doc/, $(addsuffix .1, $(PROGS-yes))) |
16 |
PODPAGES = $(addprefix doc/, $(addsuffix .pod, $(PROGS-yes))) |
|
16 | 17 |
HTMLPAGES = $(addprefix doc/, $(addsuffix -doc.html, $(PROGS-yes))) |
17 | 18 |
TOOLS = $(addprefix tools/, $(addsuffix $(EXESUF), cws2fws pktdumper probetest qt-faststart trasher)) |
18 | 19 |
HOSTPROGS = $(addprefix tests/, audiogen videogen rotozoom tiny_psnr base64) |
... | ... | |
113 | 114 |
documentation: $(addprefix doc/, developer.html faq.html general.html libavfilter.html \ |
114 | 115 |
$(ALLHTMLPAGES) $(ALLMANPAGES)) |
115 | 116 |
|
116 |
$(HTMLPAGES) $(MANPAGES): doc/fftools-common-opts.texi
|
|
117 |
$(HTMLPAGES) $(PODPAGES): doc/fftools-common-opts.texi
|
|
117 | 118 |
|
118 | 119 |
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 |
119 | 120 |
doc/ffplay.pod doc/ffplay-doc.html: doc/eval.texi doc/indevs.texi doc/filters.texi doc/outdevs.texi doc/protocols.texi |
Also available in: Unified diff