19 lines
742 B
Bash
19 lines
742 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cd $(dirname "${0}")
|
||
|
|
||
|
pandoc --from markdown \
|
||
|
--number-sections \
|
||
|
--pdf-engine=xelatex \
|
||
|
-o documentation-biommap.pdf \
|
||
|
../../../wiki/biommap.wiki/Gestion-des-utilisateurs.md \
|
||
|
../../../wiki/biommap.wiki/Gestion-des-programmes.md \
|
||
|
../../../wiki/biommap.wiki/Utilisation-API.md \
|
||
|
../../../wiki/biommap.wiki/Access-a-la-base-de-donnees.md \
|
||
|
../../../wiki/biommap.wiki/Interaction-QGIS-BD.md \
|
||
|
../../../wiki/biommap.wiki/Tableau-de-bord.md \
|
||
|
../../../wiki/biommap.wiki/Editer-le-contenu-statique.md \
|
||
|
../../../wiki/biommap.wiki/Image-programme.md \
|
||
|
../../../wiki/biommap.wiki/Configurer-le-serveur-SMTP.md \
|
||
|
../../../wiki/biommap.wiki/Import-requalification.md \
|