X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Ftinfo%2FMKcaptab.sh;h=c800023d105a46a375d06216f0f6341ca96b1006;hp=f1e989c637f0caff5cad8f9c0d94804787d9940f;hb=refs%2Ftags%2Fv6.2;hpb=c55d387cebf1cee4757ca2c2ef4fbeae59ee4175 diff --git a/ncurses/tinfo/MKcaptab.sh b/ncurses/tinfo/MKcaptab.sh index f1e989c6..c800023d 100755 --- a/ncurses/tinfo/MKcaptab.sh +++ b/ncurses/tinfo/MKcaptab.sh @@ -1,6 +1,7 @@ #!/bin/sh ############################################################################## -# Copyright (c) 2007-2011,2019 Free Software Foundation, Inc. # +# Copyright 2019,2020 Thomas E. Dickey # +# Copyright 2007-2010,2011 Free Software Foundation, Inc. # # # # Permission is hereby granted, free of charge, to any person obtaining a # # copy of this software and associated documentation files (the "Software"), # @@ -26,7 +27,7 @@ # use or other dealings in this Software without prior written # # authorization. # ############################################################################## -# $Id: MKcaptab.sh,v 1.15 2019/04/06 21:53:49 tom Exp $ +# $Id: MKcaptab.sh,v 1.19 2020/02/02 23:34:34 tom Exp $ if test $# != 0 then @@ -67,6 +68,7 @@ cat <<'EOF' #include #include +/* *INDENT-OFF* */ EOF cat "$@" |./make_hash 1 info $OPT1 @@ -77,6 +79,7 @@ cat "$@" |$AWK -f $OPT2 bigstrings=$OPT1 tablename=capalias cat "$@" |$AWK -f $OPT2 bigstrings=$OPT1 tablename=infoalias cat <