Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2013-10-24 23:14:55 +0400
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2013-10-26 02:49:18 +0400
commit17d169ce0f0786fffa9e6d685f070bb331717950 (patch)
tree27411194158e3b573eaf10090c8f7910b50b5a13
parentfb1fb462e598d572371a9b53cfbeeca97809bc67 (diff)
doc/Makefile: fix man pages uninstall path
Fix trac ticket #3054. (cherry picked from commit af1c5388501e80e6d92704bb70610998226e5e51)
-rw-r--r--doc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile b/doc/Makefile
index cd24b8c597..985999032e 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -103,8 +103,8 @@ endif
uninstall: uninstall-man
uninstall-man:
- $(RM) $(addprefix "$(MANDIR)/man1/",$(MANPAGES1))
- $(RM) $(addprefix "$(MANDIR)/man3/",$(MANPAGES3))
+ $(RM) $(addprefix "$(MANDIR)/man1/",$(PROGS-yes:%=%.1) $(PROGS-yes:%=%-all.1) $(COMPONENTS-yes:%=%.1))
+ $(RM) $(addprefix "$(MANDIR)/man3/",$(LIBRARIES-yes:%=%.3))
clean:: docclean