diff --git a/sflphone-common/doc/dbus-api/Makefile.am b/sflphone-common/doc/dbus-api/Makefile.am
index ced9bceb9dcbb3635220042dfdc8cacd9f35fe13..dd11c0d4b0cbc1081cc6f2169000603e600f1e13 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)