commit 831f926898cb740f75d3f1351d0fe5b9e92ab989 parent 36ae2c4fcf0c2829ddfcac88c714fcc9aabe8888 Author: Marcello Stanisci <stanisci.m@gmail.com> Date: Tue, 13 Mar 2018 11:53:26 +0100 bootstrap PHP snippets. Diffstat:
| M | doc/Makefile.am | | | 7 | ++++++- |
| A | doc/merchant-api-php.texi | | | 13 | +++++++++++++ |
2 files changed, 19 insertions(+), 1 deletion(-)
diff --git a/doc/Makefile.am b/doc/Makefile.am @@ -25,7 +25,8 @@ man_MANS = \ info_TEXINFOS = \ manual.texi \ merchant-api-python.texi \ - merchant-api-curl.texi + merchant-api-curl.texi \ + merchant-api-php.texi manual_TEXINFOS = \ version-manual.texi \ @@ -39,6 +40,10 @@ merchant_api_curl_TEXINFOS = \ version-merchant-api-curl.texi \ merchant-api.content.texi +merchant_api_php_TEXINFOS = \ + version-merchant-api-php.texi \ + merchant-api.content.texi + extra_TEXINFOS = \ fdl-1.3.texi \ agpl.texi \ diff --git a/doc/merchant-api-php.texi b/doc/merchant-api-php.texi @@ -0,0 +1,13 @@ +\input texinfo @c -*-texinfo-*- +@c %**start of header +@setfilename merchant-api-php.info +@include version-merchant-api-php.texi +@include syntax.texi +@settitle The GNU Taler Merchant API Tutorial @value{VERSION} for PHP + +@set LANG_PHP 1 +@set LANGNAME PHP + +@include merchant-api.content.texi + +@bye