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