diff options
| author | Gaetan Nadon <memsize@videotron.ca> | 2010-09-28 20:19:54 -0400 |
|---|---|---|
| committer | Gaetan Nadon <memsize@videotron.ca> | 2010-09-29 09:30:41 -0400 |
| commit | 21dad83872bf308ac7fd9583a250b27e6b379ecb (patch) | |
| tree | 713f3079cfcbb544f44371aab9d4bfbe6a0e8d77 | |
| parent | 1a287268ed75cf115286686bac419b40915d9961 (diff) | |
XACE spec: move from sgml/security to specs/Xserver directory
This spec is a DocBook XML despite its sgml file extension.
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
| -rw-r--r-- | Makefile.am | 5 | ||||
| -rw-r--r-- | configure.ac | 4 | ||||
| -rw-r--r-- | sgml/Makefile.am | 2 | ||||
| -rw-r--r-- | sgml/security/Makefile.am | 5 | ||||
| -rw-r--r-- | specs/Makefile.am | 2 | ||||
| -rw-r--r-- | specs/Xserver/Makefile.am | 9 | ||||
| -rw-r--r-- | specs/Xserver/XACE-Spec.xml (renamed from sgml/security/XACE-Spec.sgml) | 0 |
7 files changed, 14 insertions, 13 deletions
diff --git a/Makefile.am b/Makefile.am index f261dcc..29eaf0c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -60,10 +60,7 @@ EXTRA_DIST = \ specs/XKB/XKBlib/allchaps.toc \ specs/XKB/XKBlib/fonts.fm5 \ specs/XKB/XKBlib/title.fm5 \ - specs/XKB/XKBlib/XKBlib.book \ - specs/Xserver/analysis.xml \ - specs/Xserver/appgroup.xml \ - specs/Xserver/secint.xml + specs/XKB/XKBlib/XKBlib.book .PHONY: ChangeLog INSTALL diff --git a/configure.ac b/configure.ac index 2fad865..dfbd83e 100644 --- a/configure.ac +++ b/configure.ac @@ -51,9 +51,9 @@ AC_CONFIG_FILES([Makefile sgml/graphics/Makefile sgml/input/Makefile sgml/platforms/Makefile - sgml/security/Makefile specs/Makefile specs/CTEXT/Makefile specs/ICCCM/Makefile - specs/XLFD/Makefile]) + specs/XLFD/Makefile + specs/Xserver/Makefile]) AC_OUTPUT diff --git a/sgml/Makefile.am b/sgml/Makefile.am index a12c931..9e1a732 100644 --- a/sgml/Makefile.am +++ b/sgml/Makefile.am @@ -20,7 +20,7 @@ # # Process this file with autoconf to create configure. -SUBDIRS = fonts graphics input platforms security +SUBDIRS = fonts graphics input platforms x11docdir = $(docdir) SGML_FILES = \ diff --git a/sgml/security/Makefile.am b/sgml/security/Makefile.am deleted file mode 100644 index 70e2164..0000000 --- a/sgml/security/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ -# Process this file with automake to create Makefile.in - -x11docdir = $(docdir)/security -SGML_FILES = XACE-Spec.sgml -include $(top_srcdir)/sgmlrules.in diff --git a/specs/Makefile.am b/specs/Makefile.am index 3728040..1365791 100644 --- a/specs/Makefile.am +++ b/specs/Makefile.am @@ -1 +1 @@ -SUBDIRS=CTEXT ICCCM XLFD +SUBDIRS=CTEXT ICCCM XLFD Xserver diff --git a/specs/Xserver/Makefile.am b/specs/Xserver/Makefile.am new file mode 100644 index 0000000..24e4c95 --- /dev/null +++ b/specs/Xserver/Makefile.am @@ -0,0 +1,9 @@ +if ENABLE_SPECS + +xmldir = $(docdir)/$(subdir) +doc_sources = analysis.xml appgroup.xml secint.xml XACE-Spec.xml +dist_xml_DATA = $(doc_sources) + +include $(top_srcdir)/xmlrules.in + +endif ENABLE_SPECS diff --git a/sgml/security/XACE-Spec.sgml b/specs/Xserver/XACE-Spec.xml index 92e5fb3..92e5fb3 100644 --- a/sgml/security/XACE-Spec.sgml +++ b/specs/Xserver/XACE-Spec.xml |
