summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2011-02-23 16:27:16 -0600
committerDan Williams <dcbw@redhat.com>2011-02-23 16:27:16 -0600
commit173773c3b6b7e10e64a1f9fc6d2a8b352e3fe113 (patch)
tree2b1d3a1983f2bbe155187539cdc87e4876c9f479 /docs
parent5dbaec5f84b1cc00745edb3a9d561db9d2cd0197 (diff)
downloadNetworkManager-173773c3b6b7e10e64a1f9fc6d2a8b352e3fe113.tar.gz
docs: fix distcheck
Diffstat (limited to 'docs')
-rw-r--r--docs/api/Makefile.am6
1 files 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)
####################################