From fdc4349e8a1ab1a8c89d5bdc30c3c97fdcdbaef8 Mon Sep 17 00:00:00 2001 From: Steven Knight Date: Wed, 13 Jan 2010 02:08:38 +0000 Subject: Capture the previous output from "pkg-config x11" in a static screen section. Ubuntu Karmic changed the X11 package config so it no longer prints a -I option, and this is just an example anyway. --- doc/user/parseconfig.in | 26 ++++++++++++++++++++++++++ doc/user/parseconfig.xml | 22 ++++++++++++++++++++++ 2 files changed, 48 insertions(+) diff --git a/doc/user/parseconfig.in b/doc/user/parseconfig.in index e5cc564..2dbefff 100644 --- a/doc/user/parseconfig.in +++ b/doc/user/parseconfig.in @@ -78,9 +78,22 @@ + + + + % scons -Q + ['/lib/compat', '/usr/X11/include'] + scons: `.' is up to date. + @@ -109,6 +122,19 @@ + + + + % scons -Q + ['/usr/X11/include'] + scons: `.' is up to date. + diff --git a/doc/user/parseconfig.xml b/doc/user/parseconfig.xml index 46bd4dc..3613d77 100644 --- a/doc/user/parseconfig.xml +++ b/doc/user/parseconfig.xml @@ -76,6 +76,17 @@ + + % scons -Q ['/lib/compat', '/usr/X11/include'] @@ -107,6 +118,17 @@ print env['CPPPATH'] + + % scons -Q ['/usr/X11/include'] -- cgit v0.12