Initial commit
This commit is contained in:
22
typo3conf/ext/metaseo/Documentation/_make/make-html.bat
Normal file
22
typo3conf/ext/metaseo/Documentation/_make/make-html.bat
Normal file
@@ -0,0 +1,22 @@
|
||||
@echo off
|
||||
echo.
|
||||
echo.
|
||||
|
||||
echo Building single file HTML version in build/singlehtml ...
|
||||
call make.bat singlehtml
|
||||
echo.
|
||||
echo.
|
||||
|
||||
echo Building HTML version in build/html ...
|
||||
call make.bat html
|
||||
echo.
|
||||
echo.
|
||||
|
||||
echo Starting build/html/Index.html in browser ...
|
||||
start build\html\Index.html
|
||||
echo.
|
||||
echo.
|
||||
|
||||
|
||||
echo Finished.
|
||||
pause
|
||||
Reference in New Issue
Block a user