aboutsummaryrefslogtreecommitdiff
path: root/doc/man/texi2mdoc-generation.sh
blob: b88987cda34acbba422d7799a646b7dae569572f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh
# This script is in the public-domain.
# GNUnet e.V. 2019
#
# Commentary: generate texi2mdoc output. This would be easier with
# bmake / BSDmake, oh well.
#
# Excercise for future readers: don't fix this.

# echo $(pwd)
cd ../tutorial
texi2mdoc -I$(pwd):$(pwd)/chapters gnunet-tutorial.texi > ../man/gnunet-c-tutorial.7
# echo $(pwd)
cd ../handbook
texi2mdoc -I$(pwd):$(pwd)/chapters gnunet.texi > ../man/gnunet-documentation.7