From 173773c3b6b7e10e64a1f9fc6d2a8b352e3fe113 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Wed, 23 Feb 2011 16:27:16 -0600 Subject: [PATCH] docs: fix distcheck --- docs/api/Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/api/Makefile.am b/docs/api/Makefile.am index 2f3f3b4c74..f94e499c62 100644 --- a/docs/api/Makefile.am +++ b/docs/api/Makefile.am @@ -38,15 +38,13 @@ GENERATED_FILES = spec.html settings-spec.xml spec.html: $(XMLS) $(OTHER_FILES) $(XSLTPROC) $(top_srcdir)/tools/doc-generator.xsl $(top_srcdir)/introspection/all.xml > $@ - -api/spec.html: spec.html mkdir -p $(builddir)/html/ cp $(builddir)/spec.html $(builddir)/html/ -settings-spec.xml: generate-settings-spec $(top_builddir)/libnm-util/libnm-util.la +settings-spec.xml: generate-settings-spec $(top_builddir)/libnm-util/libnm-util.la spec.html $(builddir)/generate-settings-spec $(builddir)/$@ -all: $(GENERATED_FILES) api/spec.html +all: $(GENERATED_FILES) ####################################