summaryrefslogtreecommitdiffstats
path: root/doc/Makefile
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2013-01-19 00:48:59 -0300
committerMichael Niedermayer <michaelni@gmx.at>2013-01-19 14:32:29 +0100
commit4f8b73129bb3845d9aadbf3dec3027b1136092a6 (patch)
tree8a663fcdc2f0fdbb23d9773da9ce17b3f5a896ee /doc/Makefile
parented8ff70d9ee02b9940803aee69462da548df663b (diff)
downloadffmpeg-streaming-4f8b73129bb3845d9aadbf3dec3027b1136092a6.zip
ffmpeg-streaming-4f8b73129bb3845d9aadbf3dec3027b1136092a6.tar.gz
doc/Makefile: Fix make docclean
Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile4
1 files 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
OpenPOWER on IntegriCloud