Skip to content
Snippets Groups Projects
Commit ce6f7075 authored by Holger Dinkel's avatar Holger Dinkel
Browse files

BUGFIX: Certificates generation failed due to missing names db

parent d685935c
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@
\usepackage{datatool}
\DTLloaddb{names}{names.csv}
\DTLloaddb{names}{../general/CertificateOfParticipation.names.csv}
\newdateformat{mydate}{\monthname, \THEYEAR}
......
......@@ -37,6 +37,7 @@ help:
@echo " changes to make an overview of all changed/added/deprecated items"
@echo " linkcheck to check all external links for integrity"
@echo " doctest to run all doctests embedded in the documentation (if enabled)"
@echo " certificates to create certificates of participation (fill in list of names first)"
clean:
-rm -rf $(BUILDDIR)/*
......@@ -97,7 +98,7 @@ epub:
certificates:
mkdir -p $(BUILDDIR)/certificates
pdflatex -interaction=nonstopmode -output-directory=$(BUILDDIR)/certificates "\def\coursetitle{Intermediate Linux Course:\\\\Commandline and Basic Scripting} \input{CertificateOfParticipation.tex}"
pdflatex -interaction=nonstopmode -output-directory=$(BUILDDIR)/certificates "\def\coursetitle{Intermediate Linux Course:\\\\Commandline and Basic Scripting} \input{../general/CertificateOfParticipation.tex}"
@echo
@echo "Build finished. The epub file is in $(BUILDDIR)/certificates."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment