diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2020-11-09 09:30:28 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2020-11-09 09:30:28 +0100 |
commit | 1952f2f7a42a93cf7c518514933408eb9a0f5c1c (patch) | |
tree | 48a8d1d99b8c39346c71593eda05c3c963ce7b85 /Makefile_lout | |
download | asynk-rules-1952f2f7a42a93cf7c518514933408eb9a0f5c1c.zip asynk-rules-1952f2f7a42a93cf7c518514933408eb9a0f5c1c.tar.gz |
Initial commit
Diffstat (limited to 'Makefile_lout')
-rw-r--r-- | Makefile_lout | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Makefile_lout b/Makefile_lout new file mode 100644 index 0000000..e45f462 --- /dev/null +++ b/Makefile_lout @@ -0,0 +1,12 @@ + +# clear out all suffixes +.SUFFIXES: +# # list only those we use +.SUFFIXES: .lou .ps .pdf + +.lou.ps: + lout -I.. -r3 $< -o $@ + +.ps.pdf: + ps2pdf $< + |