From 9d3131ba9c806f81e1ad9f541d7f20ca974caf19 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Mon, 20 Sep 2021 10:14:34 +0000 Subject: Create the link from ./man to ./mandoc in the "all" target rather than in the "regress" target. That makes manual "cd regress && ./regress.pl" a bit less fragile. The idea came up in a conversation with Thomas Klausner . --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 8e6ae5bb..1cacdbdc 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.537 2021/09/19 15:05:39 schwarze Exp $ +# $Id: Makefile,v 1.538 2021/09/20 10:14:34 schwarze Exp $ # # Copyright (c) 2011, 2013-2021 Ingo Schwarze # Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons @@ -373,7 +373,7 @@ include Makefile.local # === DEPENDENCY HANDLING ============================================== -all: mandoc demandoc soelim $(BUILD_TARGETS) Makefile.local +all: mandoc man demandoc soelim $(BUILD_TARGETS) Makefile.local install: base-install $(INSTALL_TARGETS) @@ -502,7 +502,7 @@ uninstall: rm -f $(DESTDIR)$(INCLUDEDIR)/tbl.h [ ! -e $(DESTDIR)$(INCLUDEDIR) ] || rmdir $(DESTDIR)$(INCLUDEDIR) -regress: all man +regress: all cd regress && ./regress.pl regress-clean: -- cgit v1.2.3-56-ge451