summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2011-02-01 02:24:20 +0000
committerMichael Niedermayer <michaelni@gmx.at>2011-02-02 03:40:50 +0100
commit10ed02eb395293d8f1ebc1d8795b3d004036b281 (patch)
tree301e411de193155c0436f6214bdfb52e3cbbacab /Makefile
parent850e9c6d48c56f3652dc5073a06b09de54f52d82 (diff)
Makefile: remove unused variable ALLHTMLPAGES
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit f3619680a7b14415479376b2c35a481c8f43927e)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a2d90cae3e..356ba29d6e 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,6 @@ BASENAMES = ffmpeg ffplay ffprobe ffserver
ALLPROGS = $(BASENAMES:%=%$(EXESUF))
ALLPROGS_G = $(BASENAMES:%=%_g$(EXESUF))
ALLMANPAGES = $(BASENAMES:%=%.1)
-ALLHTMLPAGES= $(BASENAMES:%=%.html)
FFLIBS-$(CONFIG_AVDEVICE) += avdevice
FFLIBS-$(CONFIG_AVFILTER) += avfilter