documentation: remove plibc mention.
[oweals/gnunet.git] / doc / man / texi2mdoc-generation.sh
1 #!/bin/sh
2 # This script is in the public-domain.
3 # GNUnet e.V. 2019
4 #
5 # Commentary: generate texi2mdoc output. This would be easier with
6 # bmake / BSDmake, oh well.
7 #
8 # Excercise for future readers: don't fix this.
9
10 # echo $(pwd)
11 cd ../tutorial
12 texi2mdoc -I$(pwd):$(pwd)/chapters gnunet-tutorial.texi > ../man/gnunet-c-tutorial.7
13 # echo $(pwd)
14 cd ../handbook
15 texi2mdoc -I$(pwd):$(pwd)/chapters gnunet.texi > ../man/gnunet-documentation.7