X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Ftinfo%2FMKcaptab.sh;h=5f4135028f9856292e239e65d439f02e85e8b1c8;hp=f1e989c637f0caff5cad8f9c0d94804787d9940f;hb=HEAD;hpb=6b99a559185b3b8fad80b56bc2070b08101c33d1 diff --git a/ncurses/tinfo/MKcaptab.sh b/ncurses/tinfo/MKcaptab.sh index f1e989c6..5f413502 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,2023 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.20 2023/04/22 15:12:57 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 <