[FFmpeg-cvslog] build: drop unused ALLMANPAGES variable

Stefano Sabatini git at videolan.org
Sun May 19 19:39:27 CEST 2013


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Sun May 19 17:01:59 2013 +0200| [90cb081f88e242bb208d7a25bf3ba9c797990caa] | committer: Stefano Sabatini

build: drop unused ALLMANPAGES variable

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=90cb081f88e242bb208d7a25bf3ba9c797990caa
---

 Makefile     |    1 -
 doc/Makefile |    2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 7addffb..e94e6e2 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,6 @@ TOOLS-$(CONFIG_ZLIB) += cws2fws
 BASENAMES   = ffmpeg ffplay ffprobe ffserver
 ALLPROGS    = $(BASENAMES:%=%$(PROGSSUF)$(EXESUF))
 ALLPROGS_G  = $(BASENAMES:%=%$(PROGSSUF)_g$(EXESUF))
-ALLMANPAGES = $(BASENAMES:%=%.1)
 
 FFLIBS-$(CONFIG_AVDEVICE) += avdevice
 FFLIBS-$(CONFIG_AVFILTER) += avfilter
diff --git a/doc/Makefile b/doc/Makefile
index 9189c7b..1c1d9cd 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -99,7 +99,7 @@ endif
 uninstall: uninstall-man
 
 uninstall-man:
-	$(RM) $(addprefix "$(MANDIR)/man1/",$(ALLMANPAGES))
+	$(RM) $(addprefix "$(MANDIR)/man1/",$(MANPAGES))
 
 clean:: docclean
 



More information about the ffmpeg-cvslog mailing list