[PATCH xserver] Install xml versions of specs even if HAVE_XMLTO is false

Peter Hutterer peter.hutterer at who-t.net
Wed Jun 15 14:58:56 PDT 2011


On Wed, Jun 15, 2011 at 05:11:11PM -0400, Gaetan Nadon wrote:
> DocBook/XML input source is also a usefull output format that can be viewed

nit, should be "useful".

Acked-by: Peter Hutterer <peter.hutterer at who-t.net>

Cheers,
  Peter

> with an XML viewer or editor and by some O/S help system.
> 
> Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
> ---
>  doc/dtrace/Makefile.am |    2 --
>  docbook.am             |    2 ++
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/doc/dtrace/Makefile.am b/doc/dtrace/Makefile.am
> index aaf5a12..df26d2b 100644
> --- a/doc/dtrace/Makefile.am
> +++ b/doc/dtrace/Makefile.am
> @@ -1,6 +1,5 @@
>  
>  if ENABLE_DOCS
> -if HAVE_XMLTO
>  if XSERVER_DTRACE
>  
>  # Main DocBook/XML files (DOCTYPE book)
> @@ -13,5 +12,4 @@ shelfdir = $(docdir)
>  include $(top_srcdir)/docbook.am
>  
>  endif XSERVER_DTRACE
> -endif HAVE_XMLTO
>  endif ENABLE_DOCS
> diff --git a/docbook.am b/docbook.am
> index 6902e98..eb3bf0c 100644
> --- a/docbook.am
> +++ b/docbook.am
> @@ -20,6 +20,7 @@ shelf_DATA =
>  # DocBook/XML file with chapters, appendix and images it includes
>  dist_shelf_DATA = $(docbook) $(chapters)
>  
> +if HAVE_XMLTO
>  #
>  # Generate DocBook/XML output formats with or without stylesheets
>  #
> @@ -93,5 +94,6 @@ XSLTPROC_FLAGS =					\
>  
>  endif HAVE_XSLTPROC
>  endif HAVE_STYLESHEETS
> +endif HAVE_XMLTO
>  
>  CLEANFILES = $(shelf_DATA)
> -- 
> 1.7.4.1
> 
> _______________________________________________
> xorg-devel at lists.x.org: X.Org development
> Archives: http://lists.x.org/archives/xorg-devel
> Info: http://lists.x.org/mailman/listinfo/xorg-devel
> 


More information about the xorg-devel mailing list