summaryrefslogtreecommitdiff
path: root/bootstrap
blob: 11f3413d8c63c0d92f533f291a253c193f80dc87 (plain)
1
2
3
4
5
6
7
#!/bin/sh

(echo '\input texinfo' ;
 echo '@include version.texi') \
    > doc/web-client-with-cache.texi || exit 1
autoreconf -vif || exit 1
rm doc/web-client-with-cache.texi || exit 1