-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build: Paderborn not a valid option for university #21
Comments
Try |
|
Omg I am so dumb. :D Thanks for the hint and thanks for updating the makfile. It works as expected now. :) |
this actually happens to me all the time, too ^^ |
@skrieter Can you document how to use your compile scripts in the readme? |
things to consider:
I suspect it would be best to integrate it fully with the Makefile to avoid confusion. To do this, I would need more information on the script's purpose. |
Hi all,
I followed the instructions for building the slides in the README.md to build the slides for Paderborn. When I run
I get the message
make: Nothing to be done for '01-introduction.tex'.
but there is no pdf. I checked the makefile and it seems that the featureuniversity
does not yet allow the valuepaderborn
.Also, there are two other build scripts
compile_ulm.sh
andcompile_paderborn.sh
. These scripts are undocumented. Are they orthogonal to the makefile? If so, why are there two build systems? If not, when and how to use these scripts? Does make call them? Runninggives
ERROR: is not a valid integer
. Runningjust prints
01-introduction
and does nothing more.So the problems are:
The text was updated successfully, but these errors were encountered: