[MPlayer-cvslog] r35689 - trunk/Makefile

ib subversion at mplayerhq.hu
Sun Dec 16 00:09:27 CET 2012


Author: ib
Date: Sun Dec 16 00:09:27 2012
New Revision: 35689

Log:
Remove DOCS/xml/$(lang)/main.xml files with 'make distclean'.

They are generated by configure.

Modified:
   trunk/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	Sun Dec 16 00:08:43 2012	(r35688)
+++ trunk/Makefile	Sun Dec 16 00:09:27 2012	(r35689)
@@ -954,6 +954,7 @@ clean:
 distclean: clean testsclean toolsclean driversclean dhahelperclean
 	-$(MAKE) -C ffmpeg $@
 	-rm -f DOCS/xml/html-chunk.xsl DOCS/xml/html-single.xsl
+	-rm -f $(foreach lang,$(DOC_LANG_ALL),DOCS/xml/$(lang)/main.xml)
 	-rm -f config.* TAGS tags
 
 doxygen:


More information about the MPlayer-cvslog mailing list