Upgrade to version 3.1.4

This version omits the printing of a copyright header in interactive mode
and the dc command now exits after execution of the commands passed via -e
or -f instead of switching to interactive mode. To pass further commands
via STDIN when dc has been invoked with -e or -f, add "-f -" to the
parameter list.
This commit is contained in:
Stefan Eßer 2020-08-03 19:18:38 +00:00
parent c4bd82d701
commit 2ead2969a0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=363809

View File

@ -59,6 +59,10 @@ MAN_SRC_DC= dc/A.1
CFLAGS+= -flto
.endif
.if ${MK_TESTS} != "no"
#SUBDIR+= tests
.endif
.for catalog in ${CATALOGS}
NLS+= ${catalog:C/.*://}
NLSSRCFILES_${catalog:C/.*://}= ${catalog:C/.*://}.msg