OSDN Git Service

iptables: (Makefile) Move embeded shell script to separate files
authorAkihiro Motoki <amotoki@gmail.com>
Thu, 22 Apr 2021 18:26:15 +0000 (03:26 +0900)
committerAkihiro Motoki <amotoki@gmail.com>
Thu, 22 Apr 2021 18:27:18 +0000 (03:27 +0900)
commit4a4ed6e25507f4f9012d0c70cd28e18c9b1ab0e6
tree25034fc7fe9d9b1b00bc4bc369707156e8dd0694
parent9b985b4a10359015a81ae1a0fb9a8b5830027507
iptables: (Makefile) Move embeded shell script to separate files

Shell script embeded in Makefile is not easy to read.
This commit moves them to separate script files
so that the readability would be much better.

Also THRESH is changed to 80 because the current released iptables
manpages were generated with THRESH=80.
manual/iptables/Makefile
manual/iptables/tools/generatepot.sh [new file with mode: 0755]
manual/iptables/tools/translate.sh [new file with mode: 0755]
manual/iptables/tools/updatepo.sh [new file with mode: 0755]