summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2020-12-07 21:51:24 +0100
committerVivien Kraus <vivien@planete-kraus.eu>2021-05-11 00:14:27 +0200
commit84dcc91c1001c8a6499a58596ac6edaf40c80d97 (patch)
tree54d60ec7dc68d783c0b768314295d26c42f3d807 /bootstrap
parent1cdb9d106b5d3df0c46a751dca2e7b7ab8e42c90 (diff)
Set up the manual
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap4
1 files changed, 4 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index 4c37c0f..3df38a3 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,6 +1,10 @@
#!/bin/sh
+(echo '\input texinfo' ;
+ echo '@include version.texi') \
+ > doc/webid-oidc.texi || exit 1
autoreconf -vif || exit 1
+rm doc/webid-oidc.texi || exit 1
sed -i 's|SHELL = /bin/sh|SHELL = @SHELL@|g' po/Makefile.in.in || exit 1
## Prepare the man pages