Mercurial > mplayer.hg
diff debian/rules @ 34234:4ec96d5d2e4c
build: drop releaseclean target
The target is supposed to remove files that are created during the XML build
process without removing the generated documentation. Unfortunately, it does
not work as expected and is not worth the extra complication.
author | diego |
---|---|
date | Mon, 07 Nov 2011 19:54:38 +0000 |
parents | 7d06c9c40c2b |
children | e85a6a143edf |
line wrap: on
line diff
--- a/debian/rules Mon Nov 07 19:54:36 2011 +0000 +++ b/debian/rules Mon Nov 07 19:54:38 2011 +0000 @@ -150,9 +150,7 @@ clean: dh_testdir dh_testroot - -test ! -f config.mak || ( $(MAKE) -C DOCS/xml releaseclean ; $(MAKE) distclean ) - # in case the previous command fails for some reason, remove 'svn ignored' files - rm -rf DOCS/HTML DOCS/codecs-status.html + -test -f config.mak && $(MAKE) distclean # Build architecture-independent packages binary-indep: install-indep