summaryrefslogtreecommitdiffstats
path: root/Halls_of_Hegra/Makefile
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2024-10-23 11:16:27 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2024-10-23 11:16:27 +0200
commitcaaa4760292271ebbc263abde7b54eb4be9eae8a (patch)
tree69016dded9d0abf68e0cc10a248b709617be5403 /Halls_of_Hegra/Makefile
parentb606d7ca44683af9f9bb37a53d9d620872c9f7e1 (diff)
downloadasynk-rules-caaa4760292271ebbc263abde7b54eb4be9eae8a.zip
asynk-rules-caaa4760292271ebbc263abde7b54eb4be9eae8a.tar.gz
add Halls of Hegra
Diffstat (limited to 'Halls_of_Hegra/Makefile')
-rw-r--r--Halls_of_Hegra/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/Halls_of_Hegra/Makefile b/Halls_of_Hegra/Makefile
new file mode 100644
index 0000000..00c24ff
--- /dev/null
+++ b/Halls_of_Hegra/Makefile
@@ -0,0 +1,18 @@
+.SUFFIXES: .lou .ps .pdf
+
+.lou.ps:
+ lout -r3 $< -o $@
+
+.ps.pdf:
+ ps2pdf -sPAPERSIZE=a4 $<
+
+Halls_of_Hegra.pdf: Halls_of_Hegra.lou \
+ images.lou \
+ setup.lou \
+ recruit.lou \
+ sequence.lou
+
+build: Halls_of_Hegra.pdf
+
+clean:
+ -@ rm Halls_of_Hegra.ps Halls_of_Hegra.pdf *.li *.ld