summaryrefslogtreecommitdiffstats
path: root/doc/xml/Makefile.am
diff options
context:
space:
mode:
authorWilliam Jon McCann <jmccann@redhat.com>2008-07-30 17:37:24 -0400
committerWilliam Jon McCann <jmccann@redhat.com>2008-07-30 17:37:24 -0400
commitedad750e967458f55b9e761af966f325213ce9fe (patch)
treed068c3e14113e3c6067185b4f5e25ef219438273 /doc/xml/Makefile.am
parent77fe8e2e89af7cd21357116e9668b23d958fb2a5 (diff)
reorganize the docs a bit
Diffstat (limited to 'doc/xml/Makefile.am')
-rw-r--r--doc/xml/Makefile.am20
1 files changed, 0 insertions, 20 deletions
diff --git a/doc/xml/Makefile.am b/doc/xml/Makefile.am
deleted file mode 100644
index 4c279be..0000000
--- a/doc/xml/Makefile.am
+++ /dev/null
@@ -1,20 +0,0 @@
-NULL =
-
-all : org.freedesktop.ConsoleKit.Manager.ref.xml org.freedesktop.ConsoleKit.Seat.ref.xml org.freedesktop.ConsoleKit.Session.ref.xml
-
-org.freedesktop.ConsoleKit.Manager.ref.xml : $(top_srcdir)/src/org.freedesktop.ConsoleKit.Manager.xml spec-to-docbook.xsl
- $(XSLTPROC) $(top_srcdir)/doc/xml/spec-to-docbook.xsl $< | tail -n +2 >> $@
-org.freedesktop.ConsoleKit.Seat.ref.xml : $(top_srcdir)/src/org.freedesktop.ConsoleKit.Seat.xml spec-to-docbook.xsl
- $(XSLTPROC) $(top_srcdir)/doc/xml/spec-to-docbook.xsl $< | tail -n +2 >> $@
-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
-
-MAINTAINERCLEANFILES = \
- *~ \
- Makefile.in \
- $(NULL)
-
-clean-local:
- rm -f *~ *.ref.xml