From 83fe8cb0622c91573050ccbee86ed049b6ab9419 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 30 Jul 2018 04:29:13 +0100 Subject: [PATCH] combine rules nfc --- Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index d60ee07..b921966 100644 --- a/Makefile +++ b/Makefile @@ -112,11 +112,8 @@ slides.ps: $(SLIDEFILES) Makefile slides.pdf: slides.ps Makefile ps2pdf $< $@ -talk.ps: talk.txt - a2ps -1 -o $@ -B talk.txt - -demo.ps: demo.txt - a2ps -1 -o $@ -B demo.txt +talk.ps demo.ps: %.ps: %.txt Makefile + a2ps -1 -o $@ -B $< install: slides.pdf talk.txt rsync -vP $^ ijackson@chiark:public-html/2018/debconf-gdr-talk/ -- 2.30.2