From 3133a9ad1a1eb05ad6717d8ee8ede782b833ee67 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Thu, 24 Jul 2008 00:18:32 -0400 Subject: fix distcheck --- doc/Makefile.am | 1 + doc/xml/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 40e44d7..31db823 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -26,6 +26,7 @@ EXTRA_DIST = \ ConsoleKit.xml.in \ config.xsl \ docbook.css \ + dbus-introspect-docs.dtd \ $(SPEC_XML_FILES) $(NULL) diff --git a/doc/xml/Makefile.am b/doc/xml/Makefile.am index a79ab74..4c279be 100644 --- a/doc/xml/Makefile.am +++ b/doc/xml/Makefile.am @@ -9,7 +9,7 @@ org.freedesktop.ConsoleKit.Seat.ref.xml : $(top_srcdir)/src/org.freedesktop.Cons org.freedesktop.ConsoleKit.Session.ref.xml : $(top_srcdir)/src/org.freedesktop.ConsoleKit.Session.xml spec-to-docbook.xsl $(XSLTPROC) $(top_srcdir)/doc/xml/spec-to-docbook.xsl $< | tail -n +2 >> $@ -EXTRA_DIST = spec-to-docbook.xsl dbus-introspect-docs.dtd +EXTRA_DIST = spec-to-docbook.xsl MAINTAINERCLEANFILES = \ *~ \ -- cgit