From b43e8bda6154d00a7566f0663e6dcaf9f8c83efa Mon Sep 17 00:00:00 2001 From: bocchino Date: Mon, 28 Sep 2020 11:36:46 -0700 Subject: [PATCH] Revise docs Add version number --- README.adoc | 2 +- defs.sh | 11 ++--------- docs/fpp-users-guide.html | 6 +++--- docs/index.html | 6 +++--- docs/spec/defs.sh | 3 +++ docs/spec/fpp-spec.adoc.do | 4 ++-- docs/users-guide/defs.sh | 3 +++ docs/users-guide/fpp-users-guide.adoc.do | 2 +- 8 files changed, 18 insertions(+), 19 deletions(-) diff --git a/README.adoc b/README.adoc index 30ff4def5..1b704f326 100644 --- a/README.adoc +++ b/README.adoc @@ -6,7 +6,7 @@ https://github.jpl.nasa.gov/FPRIME/fprime-sw[F Prime flight software framework]. == Contents -`docs`: The FPP specification and user's guide. +`docs`: The FPP Specification and User's Guide. `editors`: Syntax highlighting for code editors. Currently vim is supported. diff --git a/defs.sh b/defs.sh index adb3bf982..d475875c8 100644 --- a/defs.sh +++ b/defs.sh @@ -2,6 +2,8 @@ # defs.sh: definitions common to all subdirectories # ---------------------------------------------------------------------- +export VERSION=v0.1.0 + # Users of this file should set LEVEL first if test -z "$LEVEL"; then export LEVEL=. @@ -40,12 +42,3 @@ rm_tmp() doall rm '*~' doall rm '*redo*tmp' } - -# Exclude dot where it can cause problems -nodot() -{ - if echo "$2" | grep -q '\.'; then - echoerr 'no rule to make '"$2" - return 1 - fi -} diff --git a/docs/fpp-users-guide.html b/docs/fpp-users-guide.html index 3f305ee54..784dd2b39 100644 --- a/docs/fpp-users-guide.html +++ b/docs/fpp-users-guide.html @@ -5,7 +5,7 @@ -The F Prime Prime (FPP) User’s Guide +The F Prime Prime (FPP) User’s Guide, v0.1.0