Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/doc/mktexi
blob: 86a66b6e4459bb2dc6990d8f194f5188829bf4c5 (plain)
1
2
3
4
5
#!/bin/sh
set -e
echo "Generating xaos.texinfo..."
awk '/##.*##/ {system("sh ../help/conv "$3" "$4" <../help/xaos.hlp ");};
     /.*/ {print $0}'  <xaos.geninfo >xaos.texinfo