From: Bernd Zeimetz Date: Mon, 12 May 2014 23:17:19 +0000 (+0200) Subject: Create/clean autogen directory. X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~151 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=cba6d75d7a1a1c8917e4e4deb1ccb2bcf6420909;p=gpsbabel.git Create/clean autogen directory. --- diff --git a/debian/rules b/debian/rules index 1652cd0ae..219d8ddf4 100755 --- a/debian/rules +++ b/debian/rules @@ -35,6 +35,7 @@ configure: configure-stamp gui/Makefile configure-stamp: $(QUILT_STAMPFN) dh_testdir dh_autotools-dev_updateconfig -Dgpsbabel + mkdir -p gpsbabel/xmldoc/autogen cd gpsbabel && $(CONFENV) ./configure \ --with-zlib=system \ --with-doc=$(DOCTEMP) \ @@ -97,6 +98,7 @@ clean-patched: dh_testdir dh_testroot rm -f *-stamp gpsbabel/dep gpsbabel/doc/*.ps + rm -rf gpsbabel/xmldoc/autogen # Add here commands to clean up after the build process. [ ! -f gpsbabel/Makefile ] || $(MAKE) -C gpsbabel clean