added a title for PDF generation

Cette révision appartient à :
Izaya 2020-05-12 16:11:51 +10:00
Parent b3cfeb13ec
révision cf373668a9
2 fichiers modifiés avec 4 ajouts et 1 suppressions

Voir le fichier

@ -10,4 +10,4 @@ cp -r service/ lib/ cfg/ target/
rm target/version.lua
rm -r doc/
$LUA finddesc.lua doc/ $(find lib/ module/ -type f|sort)
pandoc doc/apidoc.md --template=template.tex -o doc/apidoc.pdf
pandoc doc/apidoc.md docs-metadata.yml --template=template.tex -o doc/apidoc.pdf

3
docs-metadata.yml Fichier normal
Voir le fichier

@ -0,0 +1,3 @@
---
title: 'PsychOS API Documentation'
---