summaryrefslogtreecommitdiffstats
path: root/Makefile_lout
diff options
context:
space:
mode:
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 $<
-