repo.or.cz
/
nativeclient.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'upstream'
[nativeclient.git]
/
tools
/
makeinfo_dummy
blob
4f742c0c9a8719888a51230c2e06b0763c096380
1
#!/bin/bash
2
3
# This is a stand-in for makeinfo, so that it's not required to build the
4
# tools, since we don't really need the docs.
5
# It emits 'texinfo 4.6' because configure looks for at least version 4.6.
6
echo
"texinfo 4.6 dummy"