24 Commits (632b6e6c828480297e975942b271f63fe0be3c21)

Author SHA1 Message Date
Daniel Borchmann e4436ac2b6
Fix comment 5 years ago
Daniel Borchmann 1a4b17213a
Replace braces for parentheses 5 years ago
Daniel Borchmann 8dcbb43ba4
Update some comments in Makefile 5 years ago
Daniel Borchmann bf7b973acc
Depend on image files in Makefile
For this to work, all images included in tex files must be given with their file
suffix.  For this reason, I also had to update some of these text files.
5 years ago
Daniel Borchmann 442b67ec6e
A dummy rule for all tex files in the decks
Rationale: we can later add image dependencies here.
5 years ago
Daniel Borchmann 50725deb15
A Makefile disclaimer
I think it’s in order ;)
5 years ago
Daniel Borchmann 82b6ee3274
Simplify generation of build directory
Just make it, don’t look on the exact dependencies of the current presentation.
5 years ago
Daniel Borchmann 27d66a7b58
Some comments for the Makefile 5 years ago
Daniel Borchmann d45a004e7a
No need to use ‘cat’ 5 years ago
Daniel Borchmann f685674548
Makefile how has dynamic dependencies for each presentation
The dependencies are read from each LaTeX file by searching for calls to
\includedeck.
5 years ago
Daniel Borchmann 802e0abbb9
Rewrite pattern rule with templates 5 years ago
Daniel Borchmann 51ae3ad864
Store intermediate files in separate build directory 5 years ago
Daniel Borchmann b14eaa7d09
Add ‘clean‘ rule to Makefile 5 years ago
Daniel Borchmann 016902b629
Add ‘all‘ rule to Makefile 5 years ago
Daniel Borchmann c9b073ddda
Add Makefile 5 years ago
Daniel Borchmann 1b80246861
Remove some unused files 5 years ago
Wolf 8b5c8dabf0 Makefile: check if ruby is installed
* clean didnt work for me, TARGET with "ALL" did not list files for `rm` - fixes #1 for me
* added error reporting in case interpreter or script is missing
* enabled adding new scripts for other interpreters later, e.g. python implementation of generator; so users do not need to install ruby
6 years ago
Astro 5856013505 Makefile: hotfix 7 years ago
Astro 706886b966 Makefile: use $(shell ..) instead of `..` 7 years ago
Astro 63bb96e50b Makefile: ALL shouldn't depend on clean 7 years ago
Astro bdd93d41ae Makefile: fix recursive make invocation
fixes jobserver warning, enables parallel build with `make -j'.
7 years ago
Astro 31818009e0 fix template stuff 7 years ago
Astro 86fef07844 moar generation goodness 7 years ago
Astro 8d9b511bb5 begin implementing Makefiles/generation 7 years ago