From 669505b4ad71f95efa1a580758545818369d12f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Wed, 2 Dec 2020 00:14:34 +0100 Subject: Makefile: Fix dependencies --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ab73cf5..6709bbf 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,2 @@ -index.html: - mandoc -T html -O fragment ../master/mht.1 > index.html +index.html: ../master/mht.1 + mandoc -T html -O fragment $< > $@ -- cgit v1.2.3