diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index e3fcca5..74fe5cb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,9 +19,13 @@ # TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -sgmldir = $(sgmlrootdir)/X11 +SUBDIRS = masterdb -dist_sgml_DATA = defs.ent xorg.css xorg.xsl +dist_sgmlx11_DATA = \ + defs.ent xorg.css \ + xorg.xsl \ + xorg-xhtml.xsl \ + xorg-fo.xsl pkgconfigdir = $(datadir)/pkgconfig pkgconfig_DATA = xorg-sgml-doctools.pc |