1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

MCOL-2180 Update UDAF docs

This commit is contained in:
David Hall
2019-03-06 12:19:03 -06:00
parent 5dff25e0a0
commit ea911a118f
3 changed files with 10 additions and 2 deletions

8
utils/udfsdk/docs/README Normal file
View File

@ -0,0 +1,8 @@
To Build PDF:
<as root>
[root@me docs]# sphinx-build -b latex source build
[root@me docs]# cd build
[root@me docs]# make
The UDAF.pdf file will be in the build directory