Add 'mfdoc' and 'mfpub' scripts to help with documentation

This commit is contained in:
Scott Lahteine
2017-04-20 21:28:54 -05:00
parent 78308b1c0b
commit dd436ceeb7
3 changed files with 141 additions and 2 deletions

View File

@ -25,8 +25,9 @@ if [[ $ORG != MarlinFirmware ]]; then
fi
case "$REPO" in
Marlin ) TARG=RCBugFix ;;
MarlinDev ) TARG=dev ;;
Marlin ) TARG=RCBugFix ;;
MarlinDev ) TARG=dev ;;
MarlinDocumentation ) TARG=master ;;
esac
FORK=$(git remote get-url origin 2>/dev/null | sed -E 's/.*[\/:](.*)\/.*$/\1/')