summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2009-02-22 22:13:45 -0500
committerDan Williams <dcbw@redhat.com>2009-02-22 22:14:17 -0500
commitd2c0bda2dd88de3e143a79a5a5d844d211490ed1 (patch)
treebef5241845cc0252218b849017d5d1d1efe2d4d8 /docs
parent451e2942da921159916718cdfe9f6c647800ff2b (diff)
downloadNetworkManager-d2c0bda2dd88de3e143a79a5a5d844d211490ed1.tar.gz
core: fix doc generation
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile.am3
1 files changed, 2 insertions, 1 deletions
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)