From 399afbd422a21d9b16382afebf4659679258a55b Mon Sep 17 00:00:00 2001 From: ellson Date: Mon, 11 Feb 2008 18:29:13 +0000 Subject: [PATCH] Just include contents of doc/schema/ in distro for now. --- doc/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 6729d17f5..ef5ee9b50 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -2,7 +2,7 @@ ## Process this file with automake to produce Makefile.in # SUBDIRS = dot neato lefty dotty info -SUBDIRS = info schema +SUBDIRS = info pdf = dotguide.pdf dottyguide.pdf leftyguide.pdf neatoguide.pdf html = build.html FAQ.html index.html winbuild.html pspdf.png @@ -16,4 +16,4 @@ pdf_DATA = $(pdf) html_DATA = $(html) txt_DATA = $(txt) -EXTRA_DIST = $(txt) $(pdf) $(html) +EXTRA_DIST = $(txt) $(pdf) $(html) schema/*.xml schema/*.xslt -- 2.40.0