Code

Add a simple Makefile snippet to simplify usage.
[tokkeebeamer.git] / README.md
index 769af372ae3e8253b5fc0f66f7de1ac41cd70322..df2a99ee3a01fc7f6e6bc6201af77fd64cc33f93 100644 (file)
--- a/README.md
+++ b/README.md
@@ -7,6 +7,17 @@ slides. It may or may not be useful to anyone else …
 The files are provided under the terms of the 2-clause BSD license. See
 LICENSE for details.
 
+Usage
+-----
+
+The included tokkeebeamer.mk Makefile snippet makes it easy to use the package
+from arbitrary (sub)directories:
+
+    TOKKEEBEAMER = «(sub)directory»
+    include $(TOKKEEBEAMER)/tokkeebeamer.mk
+    
+    slides.pdf: slides.tex
+
 Required packages
 -----------------