source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mandoc: trivial sync with OpenBSD in parts of these files that are not
@ 2020-07-30 21:43 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2020-07-30 21:43 UTC (permalink / raw)
  To: source

Log Message:
-----------
trivial sync with OpenBSD
in parts of these files that are not used by -portable;
consequently, no functional change

Modified Files:
--------------
    mandoc/regress/eqn:
        Makefile.inc
    mandoc/regress/roff/de:
        Makefile

Revision Data
-------------
Index: Makefile.inc
===================================================================
RCS file: /home/cvs/mandoc/mandoc/regress/eqn/Makefile.inc,v
retrieving revision 1.3
retrieving revision 1.4
diff -Lregress/eqn/Makefile.inc -Lregress/eqn/Makefile.inc -u -p -r1.3 -r1.4
--- regress/eqn/Makefile.inc
+++ regress/eqn/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.4 2020/01/08 10:17:15 schwarze Exp $
+# $OpenBSD: Makefile.inc,v 1.5 2020/07/30 21:32:19 schwarze Exp $
 
 SKIP_GROFF ?= ${REGRESS_TARGETS}
 SKIP_TMAN ?= ALL
@@ -11,7 +11,7 @@ _FULLHTMLFILES = ${HTML_TARGETS:S/$/.htm
 
 html-clean:
 .if !empty(_FULLHTMLFILES)
-	@rm -f ${_HTMLFILES} ${_FULLHTMLFILES}
+	rm -f ${_HTMLFILES} ${_FULLHTMLFILES}
 .endif
 
 .for t in ${HTML_TARGETS}
@@ -23,5 +23,5 @@ ${t}.out_html: ${t}.in
 .include "../Makefile.inc"
 
 .in.mandoc_html:
-	@${MANDOC} ${MOPTS} -Thtml ${.IMPSRC} > ${.TARGET:S/mandoc_html$/html/}
-	@${.CURDIR}/../extract.pl < ${.TARGET:S/mandoc_html$/html/} > ${.TARGET}
+	${MANDOC} ${MOPTS} -Thtml ${.IMPSRC} > ${.TARGET:S/mandoc_html$/html/}
+	${.CURDIR}/../extract.pl < ${.TARGET:S/mandoc_html$/html/} > ${.TARGET}
Index: Makefile
===================================================================
RCS file: /home/cvs/mandoc/mandoc/regress/roff/de/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -Lregress/roff/de/Makefile -Lregress/roff/de/Makefile -u -p -r1.5 -r1.6
--- regress/roff/de/Makefile
+++ regress/roff/de/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.13 2019/04/21 23:45:50 schwarze Exp $
+# $OpenBSD: Makefile,v 1.14 2020/07/30 21:32:19 schwarze Exp $
 
 REGRESS_TARGETS	 = append cond empty escname factorial
 REGRESS_TARGETS	+= indir infinite startde tab TH Dd
@@ -28,17 +28,17 @@ groff-clean: groff-clean-opt
 # --- local rules ---
 
 ascii-diff-opt: TH.mandoc_ascii_opt Dd.mandoc_ascii_opt
-	@${DIFF} ${.CURDIR}/TH.out_ascii_opt TH.mandoc_ascii_opt
-	@${DIFF} ${.CURDIR}/Dd.out_ascii_opt Dd.mandoc_ascii_opt
+	${DIFF} ${.CURDIR}/TH.out_ascii_opt TH.mandoc_ascii_opt
+	${DIFF} ${.CURDIR}/Dd.out_ascii_opt Dd.mandoc_ascii_opt
 
 TH.mandoc_ascii_opt: TH.in
-	@${MANDOC} -Ios=OpenBSD -Tascii -man ${.ALLSRC} > ${.TARGET}
+	${MANDOC} -Ios=OpenBSD -Tascii -man ${.ALLSRC} > ${.TARGET}
 
 Dd.mandoc_ascii_opt: Dd.in
-	@${MANDOC} -Ios=OpenBSD -Tascii -mdoc ${.ALLSRC} > ${.TARGET}
+	${MANDOC} -Ios=OpenBSD -Tascii -mdoc ${.ALLSRC} > ${.TARGET}
 
 ascii-clean-opt:
-	@rm -f TH.mandoc_ascii_opt Dd.mandoc_ascii_opt
+	rm -f TH.mandoc_ascii_opt Dd.mandoc_ascii_opt
 
 TH.out_ascii_opt: TH.in
 	/usr/local/bin/nroff -c -man -Tascii ${.ALLSRC} > ${.TARGET}
--
 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:[~2020-07-30 21:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-30 21:43 mandoc: trivial sync with OpenBSD in parts of these files that are not 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).