aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2021-09-20 10:14:34 +0000
committerIngo Schwarze <schwarze@openbsd.org>2021-09-20 10:14:34 +0000
commit9d3131ba9c806f81e1ad9f541d7f20ca974caf19 (patch)
tree0f05794234c6b9d098f7fc898e212f4bf695af28
parent321a889afa872c3ec5df84a90ea936aa7daed34a (diff)
downloadmandoc-9d3131ba9c806f81e1ad9f541d7f20ca974caf19.tar.gz
mandoc-9d3131ba9c806f81e1ad9f541d7f20ca974caf19.tar.zst
mandoc-9d3131ba9c806f81e1ad9f541d7f20ca974caf19.zip
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 <wiz at NetBSD>.
-rw-r--r--Makefile6
1 files 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 <schwarze@openbsd.org>
# Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>
@@ -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: