From: Corey Farrell Date: Wed, 29 Apr 2015 11:17:00 +0000 (-0400) Subject: Git Migration: Create doc/rest-api when needed. X-Git-Tag: 14.0.0-beta1~1020^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fchanges%2F83%2F283%2F1;p=thirdparty%2Fasterisk.git Git Migration: Create doc/rest-api when needed. Create the directory './doc/rest-api' at the start of 'make ari-stubs' to prevent an error when documentation is generated. The directory is also added to git ignores. ASTERISK-25027 Reported by: Corey Farrell Change-Id: Iaccc7f0138501c23aa78feaca2f3cce9e68cbc1b --- diff --git a/Makefile b/Makefile index 15e21b6b8c..3252f76828 100644 --- a/Makefile +++ b/Makefile @@ -982,6 +982,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