From 874a23b44c52717594600915b17a4268946ca917 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Dec 24 2010 21:43:11 +0000 Subject: Update manual_getActions.sh to add `--update-structure' action. --- diff --git a/Scripts/Bash/Functions/Manual/manual_getActions.sh b/Scripts/Bash/Functions/Manual/manual_getActions.sh index 9ac3205..7c3d4e0 100755 --- a/Scripts/Bash/Functions/Manual/manual_getActions.sh +++ b/Scripts/Bash/Functions/Manual/manual_getActions.sh @@ -46,6 +46,16 @@ function manual_getActions { manual_updateOutputFiles ;; + --update-structure ) + # This option is mainly used from path functionality, + # specifically when documentation entries are copied, removed, + # or renamed. We want to keep documentation structure + # syncronized with such changes. + manual_updateMenu + manual_updateNodes + manual_restoreCrossReferences + ;; + --read ) manual_searchNode ;;