[MPlayer-cvslog] r34743 - trunk/Makefile

diego subversion at mplayerhq.hu
Sun Feb 19 16:58:25 CET 2012


Author: diego
Date: Sun Feb 19 16:58:25 2012
New Revision: 34743

Log:
build: Remove generated documentation on 'make clean'.

Modified:
   trunk/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	Sun Feb 19 16:21:31 2012	(r34742)
+++ trunk/Makefile	Sun Feb 19 16:58:25 2012	(r34743)
@@ -970,10 +970,10 @@ clean:
 	-rm -rf tests/res
 	-rm -f $(call ADD_ALL_DIRS,/*.o /*.a /*.ho /*~)
 	-rm -f $(call ADD_ALL_EXESUFS,mplayer mencoder)
+	-rm -rf DOCS/tech/doxygen DOCS/HTML
 
 distclean: clean testsclean toolsclean driversclean dhahelperclean
 	-$(MAKE) -C ffmpeg $@
-	-rm -rf DOCS/tech/doxygen DOCS/HTML
 	-rm -f DOCS/xml/html-chunk.xsl DOCS/xml/html-single.xsl
 	-rm -f $(call ADD_ALL_DIRS,/*.d)
 	-rm -f config.* codecs.conf.h help_mp.h version.h TAGS tags


More information about the MPlayer-cvslog mailing list