From: ellson Date: Mon, 11 Feb 2008 18:29:13 +0000 (+0000) Subject: Just include contents of doc/schema/ in distro for now. X-Git-Tag: LAST_LIBGRAPH~32^2~4733 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=399afbd422a21d9b16382afebf4659679258a55b;p=graphviz Just include contents of doc/schema/ in distro for now. --- 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