summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2021-05-11 09:28:57 +0200
committerVivien Kraus <vivien@planete-kraus.eu>2021-05-11 09:49:58 +0200
commit2f3fd2ed58a2376fce8b5ca6175eada279bc001f (patch)
tree021fbec962ac734d32093ccf7c759aa1d90a1a14 /bootstrap
parentc056c6980f5d8ff954187dcd2571ffeb8fae60b5 (diff)
Use the texinfo markup for the manual
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap4
1 files changed, 0 insertions, 4 deletions
diff --git a/bootstrap b/bootstrap
index 07f8c35..c04994d 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,10 +1,6 @@
#!/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