[FFmpeg-cvslog] doc/Makefile: remove .3 file with make clean

Stefano Sabatini git at videolan.org
Tue Nov 6 12:24:55 CET 2012


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Tue Nov  6 12:23:13 2012 +0100| [a1934daeb4e1b4c553a9394ca167bd7c67984e9d] | committer: Stefano Sabatini

doc/Makefile: remove .3 file with make clean

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

 doc/Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/Makefile b/doc/Makefile
index a5577ac..9fa8382 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -79,7 +79,7 @@ uninstall-man:
 	$(RM) $(addprefix "$(MANDIR)/man1/",$(ALLMANPAGES))
 
 clean::
-	$(RM) $(TXTPAGES) doc/*.html doc/*.pod doc/*.1 $(CLEANSUFFIXES:%=doc/%) doc/avoptions_*.texi
+	$(RM) $(TXTPAGES) doc/*.html doc/*.pod doc/*.1 doc/*.3 $(CLEANSUFFIXES:%=doc/%) doc/avoptions_*.texi
 	$(RM) -r doc/doxy/html
 
 -include $(wildcard $(DOCS:%=%.d))



More information about the ffmpeg-cvslog mailing list