aboutsummaryrefslogtreecommitdiff
path: root/libX11/specs/XIM/Makefile.am
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2010-08-02 08:29:58 +0000
committermarha <marha@users.sourceforge.net>2010-08-02 08:29:58 +0000
commitd2758df0a0091496717fe7a65c3e7563e7c82785 (patch)
tree5cb4f95ca29e85f6f732ef4a25e417ed5c2b8d54 /libX11/specs/XIM/Makefile.am
parent022d9c6cf6a67385d84ff33ce095f5c7f9f6d0cc (diff)
downloadvcxsrv-d2758df0a0091496717fe7a65c3e7563e7c82785.tar.gz
vcxsrv-d2758df0a0091496717fe7a65c3e7563e7c82785.tar.bz2
vcxsrv-d2758df0a0091496717fe7a65c3e7563e7c82785.zip
xserver libX11 libXdmcp git update 2-8-2010
Diffstat (limited to 'libX11/specs/XIM/Makefile.am')
-rw-r--r--libX11/specs/XIM/Makefile.am20
1 files changed, 16 insertions, 4 deletions
diff --git a/libX11/specs/XIM/Makefile.am b/libX11/specs/XIM/Makefile.am
index b9bb42fec..c3e191716 100644
--- a/libX11/specs/XIM/Makefile.am
+++ b/libX11/specs/XIM/Makefile.am
@@ -1,5 +1,5 @@
#
-# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
+# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
@@ -21,8 +21,20 @@
# DEALINGS IN THE SOFTWARE.
#
-# Based on xc/doc/specs/XIM/Makefile from X11R6.9
+if ENABLE_SPECS
-doc_sources = xim.ms
+specdir = $(docdir)/$(subdir)
+doc_sources = xim.xml
+dist_spec_DATA = \
+ $(doc_sources) \
+ dynamicflowsampleseq.svg \
+ dynamicflow.svg \
+ eventflow.svg \
+ sampleprotocolflow1.svg \
+ sampleprotocolflow2.svg \
+ staticflowsampleseq.svg \
+ staticflow.svg
-include $(top_srcdir)/specs/troffrules.in
+include $(top_srcdir)/specs/xmlrules.in
+
+endif ENABLE_SPECS