source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mandoc: Create the link from ./man to ./mandoc in the "all" target
@ 2021-09-20 10:15 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2021-09-20 10:15 UTC (permalink / raw)
  To: source

Log Message:
-----------
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>.

Modified Files:
--------------
    mandoc:
        Makefile

Revision Data
-------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mandoc/mandoc/Makefile,v
retrieving revision 1.537
retrieving revision 1.538
diff -LMakefile -LMakefile -u -p -r1.537 -r1.538
--- Makefile
+++ Makefile
@@ -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:
--
 To unsubscribe send an email to source+unsubscribe@mandoc.bsd.lv


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-09-20 10:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-20 10:15 mandoc: Create the link from ./man to ./mandoc in the "all" target schwarze

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).