diff Makefile @ 35595:da22212d9d7b

Remove DOCS/xml/$(lang)/main.xml files with 'make distclean'. They are generated by configure.
author ib
date Sat, 15 Dec 2012 23:09:27 +0000
parents bff329dcd7d1
children 192d51f4645a
line wrap: on
line diff
--- a/Makefile	Sat Dec 15 23:08:43 2012 +0000
+++ b/Makefile	Sat Dec 15 23:09:27 2012 +0000
@@ -954,6 +954,7 @@
 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: