diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-09-13 16:31:14 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-09-14 12:30:46 -0400 |
commit | ee362193126bafdb14b1bd7a7e7847f750ee27ec (patch) | |
tree | 6a8b9867caaf7676bc4da3e444d564534fe5a267 | |
parent | 2f1e4820e6867fb3e7c1cf684200ed5d936dcaef (diff) |
config: build ICCCM spec now in DocBook XML format
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r-- | Makefile.am | 1 | ||||
-rw-r--r-- | configure.ac | 3 | ||||
-rw-r--r-- | specs/ICCCM/Makefile.am | 9 | ||||
-rw-r--r-- | specs/Makefile.am | 2 |
4 files changed, 12 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 36423a0..527ce76 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,7 +32,6 @@ EXTRA_DIST = \ specs/BDF/bdf.ms \ specs/BDF/fig1.ps \ specs/BDF/fig2.ps \ - specs/ICCCM/icccm.xml \ specs/RX/RX.mif \ specs/SIAddresses/hostname.txt \ specs/SIAddresses/IPv6.txt \ diff --git a/configure.ac b/configure.ac index 80374bb..ea894bd 100644 --- a/configure.ac +++ b/configure.ac @@ -53,5 +53,6 @@ AC_CONFIG_FILES([Makefile sgml/platforms/Makefile sgml/security/Makefile specs/Makefile - specs/CTEXT/Makefile]) + specs/CTEXT/Makefile + specs/ICCCM/Makefile]) AC_OUTPUT diff --git a/specs/ICCCM/Makefile.am b/specs/ICCCM/Makefile.am new file mode 100644 index 0000000..a88c867 --- /dev/null +++ b/specs/ICCCM/Makefile.am @@ -0,0 +1,9 @@ +if ENABLE_SPECS + +specdir = $(docdir)/$(subdir) +doc_sources = icccm.xml +dist_spec_DATA = $(doc_sources) + +include $(top_srcdir)/specs/xmlrules.in + +endif ENABLE_SPECS diff --git a/specs/Makefile.am b/specs/Makefile.am index 677e235..8ecaf55 100644 --- a/specs/Makefile.am +++ b/specs/Makefile.am @@ -1 +1 @@ -SUBDIRS=CTEXT +SUBDIRS=CTEXT ICCCM |