From 1952f2f7a42a93cf7c518514933408eb9a0f5c1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Mon, 9 Nov 2020 09:30:28 +0100 Subject: Initial commit --- .gitignore | 1 + Makefile_lout | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 .gitignore create mode 100644 Makefile_lout diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b25c15b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*~ 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 $< + -- cgit v1.1-2-g2b99