summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
l---------Makefile.sample1
-rw-r--r--glyphy/Makefile12
2 files changed, 13 insertions, 0 deletions
diff --git a/Makefile.sample b/Makefile.sample
new file mode 120000
index 0000000..07cfded
--- /dev/null
+++ b/Makefile.sample
@@ -0,0 +1 @@
+glyphy/Makefile \ No newline at end of file
diff --git a/glyphy/Makefile b/glyphy/Makefile
new file mode 100644
index 0000000..0ef2e36
--- /dev/null
+++ b/glyphy/Makefile
@@ -0,0 +1,12 @@
+name = glyphy
+
+all: $(name)_slides.pdf
+
+view:
+ python slippy.py $(name)_slides.py -t $(name)_theme.py
+
+%_slides.pdf: slippy.py %_slides.py %_theme.py
+ python slippy.py $*_slides.py -t $*_theme.py -o $@
+
+clean:
+ $(RM) $(name)_slides.pdf *.pyc