How to deploy other documents examples for device instructions in your project, include fablab-document as git submodule. git submodule add git@github.com:fau-fablab/fablab-document.git fablab-document -b master copy Makefile.example to the main directory and adjust TARGET DEVICE="Dev" device="dev" cp fablab-document/Makefile.example Makefile && sed -i 's/my_tex_main_filename__TODO__changeme/Einweisung_'${DEVICE}'/g' Makefile copy README.md.example to the main directory and adjust it cp fablab-document/README.md.example README.md sed -i 's/\$Geraet/'${DEVICE}'/g' README.md sed -i 's/\$geraet/'${device}'/g' README.md copy gitignore.example to the main direcory (.gitignore) cp fablab-document/gitignore.example .gitignore check that make produces the required files in output/ make add the repository to the buildserver, see macgyver.fablab.fau.de:/home/buildserver/README