libXmu: Branch 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Tue Jun 8 16:51:46 PDT 2010


 doc/Makefile.am |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 5e22a1fb7c2bae8d5b393b95b253c865c9eed309
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Tue Jun 8 16:51:41 2010 -0700

    Fix distcheck (forgot to mark Xmu.xml as dist_*)
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

diff --git a/doc/Makefile.am b/doc/Makefile.am
index 15b446f..6656cbd 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -22,10 +22,10 @@
 #
 
 if ENABLE_DOCS
-doc_DATA =  Xmu.xml
+dist_doc_DATA = Xmu.xml
 
 if HAVE_XMLTO
-doc_DATA += Xmu.txt Xmu.html $(srcdir)/Xmu.css
+doc_DATA = Xmu.txt Xmu.html $(srcdir)/Xmu.css
 
 if HAVE_FOP
 doc_DATA += Xmu.pdf Xmu.ps


More information about the xorg-commit mailing list