diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2018-03-13 11:53:26 +0100 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2018-03-13 11:53:26 +0100 |
commit | 831f926898cb740f75d3f1351d0fe5b9e92ab989 (patch) | |
tree | f3cf47435d735696c78820b5674c8c0a9c77a817 /doc | |
parent | 36ae2c4fcf0c2829ddfcac88c714fcc9aabe8888 (diff) |
bootstrap PHP snippets.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 7 | ||||
-rw-r--r-- | doc/merchant-api-php.texi | 13 |
2 files changed, 19 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 41dd5e83..fa9e36ce 100644 --- 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 new file mode 100644 index 00000000..749351f9 --- /dev/null +++ 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 |