Use texi2html only if it's available
This commit is contained in:
parent
42d7cf8922
commit
ac78ad60f3
1 changed files with 2 additions and 1 deletions
|
@ -145,7 +145,8 @@ chrony.txt : chrony.texi
|
||||||
makeinfo --no-headers --number-sections -o chrony.txt chrony.texi
|
makeinfo --no-headers --number-sections -o chrony.txt chrony.texi
|
||||||
|
|
||||||
chrony.html : chrony.texi
|
chrony.html : chrony.texi
|
||||||
texi2html chrony.texi
|
command -v texi2html > /dev/null 2>&1 && texi2html chrony.texi || \
|
||||||
|
makeinfo --no-split --html --number-sections -o chrony.html chrony.texi
|
||||||
|
|
||||||
chrony.info : chrony.texi
|
chrony.info : chrony.texi
|
||||||
makeinfo chrony.texi
|
makeinfo chrony.texi
|
||||||
|
|
Loading…
Reference in a new issue