diff --git a/Makefile b/Makefile index d4f9e3c9b0..fab3fd1d45 100644 --- a/Makefile +++ b/Makefile @@ -983,6 +983,7 @@ ifeq ($(PYTHON),:) @echo "--------------------------------------------------------------------------" @false else + @$(INSTALL) -d doc/rest-api $(PYTHON) rest-api-templates/make_ari_stubs.py \ rest-api/resources.json . endif diff --git a/doc/.gitignore b/doc/.gitignore index 27acdb3249..e098ec027f 100644 --- a/doc/.gitignore +++ b/doc/.gitignore @@ -1 +1,2 @@ core-en_US.xml +rest-api \ No newline at end of file