[FFmpeg-cvslog] doc/Makefile: Fix make docclean

James Almer git at videolan.org
Sat Jan 19 14:49:21 CET 2013


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Sat Jan 19 00:48:59 2013 -0300| [4f8b73129bb3845d9aadbf3dec3027b1136092a6] | committer: Michael Niedermayer

doc/Makefile: Fix make docclean

Signed-off-by: James Almer <jamrial at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

 doc/Makefile |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/Makefile b/doc/Makefile
index b1b4016..f9efe3a 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -92,9 +92,9 @@ uninstall: uninstall-man
 uninstall-man:
 	$(RM) $(addprefix "$(MANDIR)/man1/",$(ALLMANPAGES))
 
-docclean: clean
+clean:: docclean
 
-clean::
+docclean:
 	$(RM) $(TXTPAGES) doc/*.html doc/*.pod doc/*.1 doc/*.3 $(CLEANSUFFIXES:%=doc/%) doc/avoptions_*.texi
 	$(RM) -r doc/doxy/html
 



More information about the ffmpeg-cvslog mailing list