]> git.koha-community.org Git - koha.git/commit
Bug 16222 - Add REST API folder to Makefile.PL
authorBenjamin Rokseth <benjamin.rokseth@kul.oslo.kommune.no>
Thu, 7 Apr 2016 09:08:52 +0000 (09:08 +0000)
committerJulian Maurice <julian.maurice@biblibre.com>
Thu, 21 Apr 2016 07:32:55 +0000 (09:32 +0200)
commitfce5e1185a493f3028bb3a8c649a2f40a7804930
treebbd03cf543763f549a64c2b41f9e39e6cdacce6d
parentbebb61739f4460295151a37d44cc1a2d6f956d26
Bug 16222 - Add REST API folder to Makefile.PL

Add `api` folder to INTRANET_CGI_FOLDER in Makefile.PL so that the new
RESTFul API introduced in bug #13799 works also when installing with make.

Test plan:

- apply patch and do a `perl Makefile.PL` install
- observe that INSTALL_DIR/intranet/cgi-bin now has a folder `api`
  containing the swagger files and the api cgi mount, app.pl.

Signed-off-by: Chris Cormack <chrisc@catalyst.net.z>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Brendan Gallagher <bredan@bywatersolutions.com>
(cherry picked from commit c20c70c99d79c0d02a37a0e41d0e90afb5c69681)
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Makefile.PL