mirror of
https://github.com/nasa/fpp.git
synced 2026-04-12 14:13:33 -05:00
13 lines
463 B
Plaintext
13 lines
463 B
Plaintext
#!/bin/sh -e
|
|
|
|
# ----------------------------------------------------------------------
|
|
# fpp-users-guide.html.do
|
|
# ----------------------------------------------------------------------
|
|
|
|
redo spell
|
|
redo-ifchange check
|
|
redo-ifchange undefined-tags.annotated.txt code-prettify
|
|
asciidoctor -n fpp-users-guide.adoc -o tmp.html
|
|
sed 's;https://cdnjs.cloudflare.com/ajax/libs/prettify/r298/run_prettify.min.js;code-prettify/run_prettify.js;' < tmp.html > $3
|
|
rm tmp.html
|