diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-09-13 16:40:27 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-09-14 12:31:48 -0400 |
commit | df3782b81bfdac5a8aaaf96209af9d30f701bf38 (patch) | |
tree | 383bdd69a76fbfcf4336e5f8ad5b976384683d19 | |
parent | ee362193126bafdb14b1bd7a7e7847f750ee27ec (diff) |
config: build XLFD 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/Makefile.am | 2 | ||||
-rw-r--r-- | specs/XLFD/Makefile.am | 9 |
4 files changed, 12 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 527ce76..f463b75 100644 --- a/Makefile.am +++ b/Makefile.am @@ -61,7 +61,6 @@ EXTRA_DIST = \ specs/XKB/XKBlib/fonts.fm5 \ specs/XKB/XKBlib/title.fm5 \ specs/XKB/XKBlib/XKBlib.book \ - specs/XLFD/xlfd.xml \ specs/Xserver/analysis.xml \ specs/Xserver/appgroup.xml \ specs/Xserver/secint.xml \ diff --git a/configure.ac b/configure.ac index ea894bd..2fad865 100644 --- a/configure.ac +++ b/configure.ac @@ -54,5 +54,6 @@ AC_CONFIG_FILES([Makefile sgml/security/Makefile specs/Makefile specs/CTEXT/Makefile - specs/ICCCM/Makefile]) + specs/ICCCM/Makefile + specs/XLFD/Makefile]) AC_OUTPUT diff --git a/specs/Makefile.am b/specs/Makefile.am index 8ecaf55..3728040 100644 --- a/specs/Makefile.am +++ b/specs/Makefile.am @@ -1 +1 @@ -SUBDIRS=CTEXT ICCCM +SUBDIRS=CTEXT ICCCM XLFD diff --git a/specs/XLFD/Makefile.am b/specs/XLFD/Makefile.am new file mode 100644 index 0000000..457559d --- /dev/null +++ b/specs/XLFD/Makefile.am @@ -0,0 +1,9 @@ +if ENABLE_SPECS + +specdir = $(docdir)/$(subdir) +doc_sources = xlfd.xml +dist_spec_DATA = $(doc_sources) + +include $(top_srcdir)/specs/xmlrules.in + +endif ENABLE_SPECS |