diff mbox

[4/8] configure.ac: remove docs in ps format

Message ID 1421312084-12881-5-git-send-email-anders.roxell@linaro.org
State New
Headers show

Commit Message

Anders Roxell Jan. 15, 2015, 8:54 a.m. UTC
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
---
 configure.ac | 1 +
 1 file changed, 1 insertion(+)

Comments

Steve McIntyre Jan. 15, 2015, 12:09 p.m. UTC | #1
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,
Anders Roxell Jan. 15, 2015, 1:16 p.m. UTC | #2
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
Mike Holmes Jan. 20, 2015, 11:03 p.m. UTC | #3
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
>
Anders Roxell Jan. 21, 2015, 1:27 p.m. UTC | #4
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 mbox

Patch

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.