diff options
author | William Jon McCann <jmccann@redhat.com> | 2008-07-24 00:18:32 -0400 |
---|---|---|
committer | William Jon McCann <jmccann@redhat.com> | 2008-07-24 00:18:32 -0400 |
commit | 3133a9ad1a1eb05ad6717d8ee8ede782b833ee67 (patch) | |
tree | fd867878453971252fecdfedb823cf2229a83545 /doc | |
parent | aad5b87b7e2f993aef418822d52d8dca5345fce5 (diff) |
fix distcheck
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 1 | ||||
-rw-r--r-- | doc/xml/Makefile.am | 2 |
2 files changed, 2 insertions, 1 deletions
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 = \ *~ \ |