From 90b231ba43096b1c9954fd37731e07c2957285e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Wed, 20 Apr 2022 12:23:12 +0200 Subject: Makefile cleanup --- DDayAtOmahaBeach/Makefile | 8 +++++++- FieldOfFire/Makefile | 5 ++++- Makefile_lout | 12 ------------ WhiteStarRising/Makefile | 5 ++++- 4 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 Makefile_lout diff --git a/DDayAtOmahaBeach/Makefile b/DDayAtOmahaBeach/Makefile index a885073..2931e57 100644 --- a/DDayAtOmahaBeach/Makefile +++ b/DDayAtOmahaBeach/Makefile @@ -1,4 +1,10 @@ -include /home/jeyzu/usr/git/asynk-rules/Makefile_lout +.SUFFIXES: .lou .ps .pdf + +.lou.ps: + lout -I.. -r3 $< -o $@ + +.ps.pdf: + ps2pdf $< DDayOmaha.pdf: DDayOmaha.lou \ german_fire.lou \ diff --git a/FieldOfFire/Makefile b/FieldOfFire/Makefile index 4668d2e..8660fe5 100644 --- a/FieldOfFire/Makefile +++ b/FieldOfFire/Makefile @@ -1,4 +1,7 @@ -include ../Makefile_lout +.SUFFIXES: .lou .pdf + +.lou.pdf: + lout -Z $< -o $@ FieldsOfFire.pdf: FieldsOfFire.lou \ rulesdoc 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 $< - diff --git a/WhiteStarRising/Makefile b/WhiteStarRising/Makefile index b192f89..3a7cf3a 100644 --- a/WhiteStarRising/Makefile +++ b/WhiteStarRising/Makefile @@ -1,4 +1,7 @@ -include ../Makefile_lout +.SUFFIXES: .lou .pdf + +.lou.pdf: + lout -Z $< -o $@ WhiteStarRising.pdf: rulesdoc -- cgit v1.1-2-g2b99