Parsing of all a make flags in loop #104541
14
make.bat
14
make.bat
@ -97,25 +97,25 @@ if "%1" == "help" (
|
||||
echo ==============
|
||||
echo Convenience targets provided for building docs
|
||||
echo.
|
||||
echo - livehtml [default] to auto build on file changes and host on localhost
|
||||
echo - livehtml [default] to auto build on file changes and host on localhost
|
||||
echo.
|
||||
echo Translations
|
||||
echo ------------
|
||||
echo.
|
||||
echo - update_po to update PO message catalogs
|
||||
echo - report_po_progress to check the progress/fuzzy strings [optionally specify locale]
|
||||
echo - update_po to update PO message catalogs
|
||||
echo - report_po_progress to check the progress/fuzzy strings [optionally specify locale]
|
||||
echo.
|
||||
echo Checking
|
||||
echo --------
|
||||
echo.
|
||||
echo - check_structure to check the structure of all .rst files
|
||||
echo - check_syntax to check the syntax of all .rst files
|
||||
echo - check_spelling to check spelling for text in RST files
|
||||
echo - check_structure to check the structure of all .rst files
|
||||
echo - check_syntax to check the syntax of all .rst files
|
||||
echo - check_spelling to check spelling for text in RST files
|
||||
echo.
|
||||
echo Utilities
|
||||
echo ---------
|
||||
echo.
|
||||
echo - update to update the repository to the most recent version.
|
||||
echo - update to update the repository to the most recent version.
|
||||
goto EOF
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user