fpp/docs/users-guide/fpp-users-guide.adoc.do
bocchino b43e8bda61 Revise docs
Add version number
2020-09-28 11:36:46 -07:00

21 lines
412 B
Plaintext

#!/bin/sh -e
# ----------------------------------------------------------------------
# fpp-users-guide.adoc.do
# ----------------------------------------------------------------------
. ./defs.sh
redo-ifchange $FILES
echo "= The F Prime Prime (FPP) User's Guide, $VERSION
:toc: left
:toclevels: 3
:stem:
:source-highlighter: prettify"
for file in $FILES
do
echo
cat $file
done | awk -f scripts/tags.awk