# HG changeset patch # User ib # Date 1355612967 0 # Node ID da22212d9d7b3345e2ebcec21583fc76bbaa6de9 # Parent bff329dcd7d10800adce97eab53be7cc6d1fb585 Remove DOCS/xml/$(lang)/main.xml files with 'make distclean'. They are generated by configure. diff -r bff329dcd7d1 -r da22212d9d7b Makefile --- 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: