diff options
Diffstat (limited to 'TheOtherSide_of_the_Hill/Makefile')
| -rw-r--r-- | TheOtherSide_of_the_Hill/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/TheOtherSide_of_the_Hill/Makefile b/TheOtherSide_of_the_Hill/Makefile new file mode 100644 index 0000000..0331568 --- /dev/null +++ b/TheOtherSide_of_the_Hill/Makefile @@ -0,0 +1,20 @@ +.SUFFIXES: .lou .ps .pdf + +.lou.ps: + lout -r3 $< -o $@ + +.ps.pdf: + ps2pdf -sPAPERSIZE=a4 $< + +The_Other_Side_of_the_Hill.pdf: The_Other_Side_of_the_Hill.lou \ + sequence.lou \ + procedures.lou \ + definitions.lou \ + cards.lou \ + intrications.lou \ + images.lou + +build: The_Other_Side_of_the_Hill.pdf + +clean: + -@ rm The_Other_Side_of_the_Hill.ps The_Other_Side_of_the_Hill.pdf *.li *.ld |
