[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: pybuild sphinxdoc and extensions



[Piotr Ożarowski, 2015-10-23]
> [Piotr Ożarowski, 2015-10-23]
> >   override_dh_auto_build:
> >   	dh_auto_build
> > 	PYTHONPATH=$(CURDIR)/.pybuild/build_cpython3/ $(MAKE) -C doc html
> > 
> > no matter which Python 3.X version is the default one
> > (it still hardcodes ".pybuild" which I don't like, though)
> 
> which leads back to `pybuild --interpreter python3 --echo {build_dir}`
> (i.e. new --echo parameter which I suggested last year)

- LOL, you fool, you implemented it already!

  override_dh_auto_build:
 	dh_auto_build
 	PYTHONPATH=`pybuild --build -i python3 -s custom --build-args 'echo {build_dir}'`\
	$(MAKE) -C doc html

- oh, you're right, Piotr
- yeah I'm right! You should listed to me more!
- bite me!
-- 
evil schizophrenic general Piotr


Reply to: