mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-04-28 11:03:58 +00:00
Added explanatory comments to the script (#735)
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
This commit is contained in:
committed by
michael vincerra
parent
85b19cbf8e
commit
1b4264113d
14
checkwork.sh
Normal file
14
checkwork.sh
Normal file
@@ -0,0 +1,14 @@
|
||||
#! /bin/bash
|
||||
|
||||
# run with no arguments
|
||||
# 1. deletes previous build output
|
||||
# 2. builds default language version of docs only (English)
|
||||
# 3. changes directory to html output
|
||||
# 4. runs http server for local review of docs
|
||||
#
|
||||
# Requires python 3
|
||||
|
||||
make clean
|
||||
make html
|
||||
cd source/_build/html
|
||||
python3 -m http.server
|
||||
Reference in New Issue
Block a user