[FFmpeg-devel] [PATCH] doc/Makefile: add a clean-doc target

Stefano Sabatini stefasab at gmail.com
Sun Dec 16 20:38:12 CET 2012


Allow to clean only the doc dir, which is useful when testing docu stuff.
---
 doc/Makefile |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc/Makefile b/doc/Makefile
index e85e53b..4f375f5 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -93,6 +93,8 @@ uninstall: uninstall-man
 uninstall-man:
 	$(RM) $(addprefix "$(MANDIR)/man1/",$(ALLMANPAGES))
 
+clean-doc: clean
+
 clean::
 	$(RM) $(TXTPAGES) doc/*.html doc/*.pod doc/*.1 doc/*.3 $(CLEANSUFFIXES:%=doc/%) doc/avoptions_*.texi
 	$(RM) -r doc/doxy/html
-- 
1.7.9.5



More information about the ffmpeg-devel mailing list