mirror of
https://github.com/nasa/fpp.git
synced 2026-04-22 13:26:05 -05:00
31 lines
798 B
Bash
31 lines
798 B
Bash
#!/bin/sh -e
|
|
|
|
# ----------------------------------------------------------------------
|
|
# defs.sh
|
|
# ----------------------------------------------------------------------
|
|
|
|
redo-ifchange defs.sh
|
|
|
|
export FILES="
|
|
Introduction.adoc
|
|
Command-Specifiers.adoc
|
|
Connection-Graph-Specifiers.adoc
|
|
Container-Specifiers.adoc
|
|
Event-Specifiers.adoc
|
|
Include-Specifiers.adoc
|
|
Init-Specifiers.adoc
|
|
Interface-Import-Specifiers.adoc
|
|
Internal-Port-Specifiers.adoc
|
|
Location-Specifiers.adoc
|
|
Parameter-Specifiers.adoc
|
|
Port-Instance-Specifiers.adoc
|
|
Port-Interface-Instance-Specifiers.adoc
|
|
Port-Matching-Specifiers.adoc
|
|
Record-Specifiers.adoc
|
|
State-Machine-Instance-Specifiers.adoc
|
|
Telemetry-Channel-Specifiers.adoc
|
|
Telemetry-Packet-Set-Specifiers.adoc
|
|
Telemetry-Packet-Specifiers.adoc
|
|
Topology-Port-Instance-Specifiers.adoc
|
|
"
|