From d2c0bda2dd88de3e143a79a5a5d844d211490ed1 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Sun, 22 Feb 2009 22:13:45 -0500 Subject: [PATCH] core: fix doc generation --- docs/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Makefile.am b/docs/Makefile.am index 220df46621..c163172deb 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -16,9 +16,10 @@ OTHER_FILES= \ GENERATED_FILES = spec.html spec.html: $(XMLS) $(OTHER_FILES) - @install -d docs $(XSLTPROC) $(top_srcdir)/tools/doc-generator.xsl $(top_srcdir)/introspection/all.xml > $@ +all: $(GENERATED_FILES) + EXTRA_DIST = $(GENERATED_FILES) CLEANFILES = $(GENERATED_FILES)