diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2024-10-23 11:16:27 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2024-10-23 11:16:27 +0200 |
commit | caaa4760292271ebbc263abde7b54eb4be9eae8a (patch) | |
tree | 69016dded9d0abf68e0cc10a248b709617be5403 /Halls_of_Hegra/Makefile | |
parent | b606d7ca44683af9f9bb37a53d9d620872c9f7e1 (diff) | |
download | asynk-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/Makefile | 18 |
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 |