summaryrefslogtreecommitdiffstats
path: root/Makefile_lout
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2022-04-20 12:23:12 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2022-10-22 11:17:59 +0200
commit90b231ba43096b1c9954fd37731e07c2957285e9 (patch)
tree5ad174de0fe95ba43c1e9827b279b17a110f6826 /Makefile_lout
parent7ece9f9cf3084a1c41921d397408e9a44b0cb233 (diff)
downloadasynk-rules-90b231ba43096b1c9954fd37731e07c2957285e9.zip
asynk-rules-90b231ba43096b1c9954fd37731e07c2957285e9.tar.gz
Makefile cleanup
Diffstat (limited to 'Makefile_lout')
-rw-r--r--Makefile_lout12
1 files changed, 0 insertions, 12 deletions
diff --git a/Makefile_lout b/Makefile_lout
deleted file mode 100644
index e45f462..0000000
--- a/Makefile_lout
+++ /dev/null
@@ -1,12 +0,0 @@
-
-# clear out all suffixes
-.SUFFIXES:
-# # list only those we use
-.SUFFIXES: .lou .ps .pdf
-
-.lou.ps:
- lout -I.. -r3 $< -o $@
-
-.ps.pdf:
- ps2pdf $<
-