source@mandoc.bsd.lv
 help / color / mirror / Atom feed
From: schwarze@mandoc.bsd.lv
To: source@mandoc.bsd.lv
Subject: mandoc: trivial sync with OpenBSD in parts of these files that are not
Date: Thu, 30 Jul 2020 16:43:00 -0500 (EST)	[thread overview]
Message-ID: <f200351fcaa4b5e1@mandoc.bsd.lv> (raw)

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


                 reply	other threads:[~2020-07-30 21:43 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f200351fcaa4b5e1@mandoc.bsd.lv \
    --to=schwarze@mandoc.bsd.lv \
    --cc=source@mandoc.bsd.lv \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).