comparison 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
comparison
equal deleted inserted replaced
34233:7d06c9c40c2b 34234:4ec96d5d2e4c
148 ################ clean 148 ################ clean
149 149
150 clean: 150 clean:
151 dh_testdir 151 dh_testdir
152 dh_testroot 152 dh_testroot
153 -test ! -f config.mak || ( $(MAKE) -C DOCS/xml releaseclean ; $(MAKE) distclean ) 153 -test -f config.mak && $(MAKE) distclean
154 # in case the previous command fails for some reason, remove 'svn ignored' files
155 rm -rf DOCS/HTML DOCS/codecs-status.html
156 154
157 # Build architecture-independent packages 155 # Build architecture-independent packages
158 binary-indep: install-indep 156 binary-indep: install-indep
159 157
160 # Build architecture-dependent packages 158 # Build architecture-dependent packages