Message ID | 1421312084-12881-5-git-send-email-anders.roxell@linaro.org |
---|---|
State | New |
Headers | show |
Any particular reason to remove PS docs? On Thu, Jan 15, 2015 at 09:54:40AM +0100, Anders Roxell wrote: >Signed-off-by: Anders Roxell <anders.roxell@linaro.org> >--- > configure.ac | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/configure.ac b/configure.ac >index f0ce7e0..2e9faf5 100644 >--- a/configure.ac >+++ b/configure.ac >@@ -11,6 +11,7 @@ AM_SILENT_RULES([yes]) > > DX_HTML_FEATURE(ON) > DX_PDF_FEATURE(ON) >+DX_PS_FEATURE(OFF) > DX_INIT_DOXYGEN($PACKAGE_NAME, doc/doxygen.cfg, doc/output) > > # Checks for programs. Cheers,
On 15 January 2015 at 13:09, Steve McIntyre <steve.mcintyre@linaro.org> wrote:
> Any particular reason to remove PS docs?
urgh... I have to look into that again, before I say anything. sorry! =/
Cheers,
Anders
Did this get resolved can debian packaging get pulled into 0.9 ? On 15 January 2015 at 08:16, Anders Roxell <anders.roxell@linaro.org> wrote: > On 15 January 2015 at 13:09, Steve McIntyre <steve.mcintyre@linaro.org> > wrote: > > Any particular reason to remove PS docs? > > urgh... I have to look into that again, before I say anything. sorry! =/ > > Cheers, > Anders > > _______________________________________________ > lng-odp mailing list > lng-odp@lists.linaro.org > http://lists.linaro.org/mailman/listinfo/lng-odp >
On 2015-01-20 18:03, Mike Holmes wrote: > Did this get resolved can debian packaging get pulled into 0.9 ? yes, it got resolved, I drooped it in later patch sets... Forgot to say that here. Sorry for that! Cheers, Anders > > On 15 January 2015 at 08:16, Anders Roxell <anders.roxell@linaro.org> wrote: > > > On 15 January 2015 at 13:09, Steve McIntyre <steve.mcintyre@linaro.org> > > wrote: > > > Any particular reason to remove PS docs? > > > > urgh... I have to look into that again, before I say anything. sorry! =/ > > > > Cheers, > > Anders > > > > _______________________________________________ > > lng-odp mailing list > > lng-odp@lists.linaro.org > > http://lists.linaro.org/mailman/listinfo/lng-odp > > > > > > -- > *Mike Holmes* > Linaro Sr Technical Manager > LNG - ODP
diff --git a/configure.ac b/configure.ac index f0ce7e0..2e9faf5 100644 --- a/configure.ac +++ b/configure.ac @@ -11,6 +11,7 @@ AM_SILENT_RULES([yes]) DX_HTML_FEATURE(ON) DX_PDF_FEATURE(ON) +DX_PS_FEATURE(OFF) DX_INIT_DOXYGEN($PACKAGE_NAME, doc/doxygen.cfg, doc/output) # Checks for programs.
Signed-off-by: Anders Roxell <anders.roxell@linaro.org> --- configure.ac | 1 + 1 file changed, 1 insertion(+)