docs: ensure spec.html always gets into HTML docs directory

This commit is contained in:
Dan Williams
2011-02-23 10:42:16 -06:00
parent c5cc53a557
commit 53cb0af587

View File

@@ -38,13 +38,15 @@ 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)/$@ $(builddir)/html/
cp $(builddir)/spec.html $(builddir)/html/
settings-spec.xml: generate-settings-spec $(top_builddir)/libnm-util/libnm-util.la
$(builddir)/generate-settings-spec $(builddir)/$@
all: $(GENERATED_FILES)
all: $(GENERATED_FILES) api/spec.html
####################################