From 1f1d20c590edceeb4d217ad6300c1c2eecb4b8cc Mon Sep 17 00:00:00 2001 From: Tristan Matthews <tristan.matthews@savoirfairelinux.com> Date: Thu, 23 Jun 2011 17:14:37 -0400 Subject: [PATCH] * #6270: don't build dbus-api doc with make, should require make all --- sflphone-common/doc/dbus-api/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sflphone-common/doc/dbus-api/Makefile.am b/sflphone-common/doc/dbus-api/Makefile.am index ced9bceb9d..dd11c0d4b0 100644 --- a/sflphone-common/doc/dbus-api/Makefile.am +++ b/sflphone-common/doc/dbus-api/Makefile.am @@ -19,7 +19,7 @@ doc/spec/index.html: $(XMLS) tools/doc-generator.py tools/specparser.py $(TEMPLA @install -d tmp/doc $(PYTHON) tools/doc-generator.py spec/all.xml doc/spec sflphone-spec org.sflphone.SFLphone -all: $(GENERATED_FILES) +doc: $(GENERATED_FILES) clean: rm -rf $(GENERATED_FILES) -- GitLab