]> git.cameronkatri.com Git - mandoc.git/commitdiff
Create the link from ./man to ./mandoc in the "all" target rather than
authorIngo Schwarze <schwarze@openbsd.org>
Mon, 20 Sep 2021 10:14:34 +0000 (10:14 +0000)
committerIngo Schwarze <schwarze@openbsd.org>
Mon, 20 Sep 2021 10:14:34 +0000 (10:14 +0000)
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>.

Makefile

index 8e6ae5bbd7ddad176e5a7f93d399a6f0ae241f87..1cacdbdca605d64e588d0caba037f52d830a6f7e 100644 (file)
--- 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: