mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-10-31 15:47:10 -04:00
User Guide Updates
** Update build-doc.sh - I forgot to change a variable for web_packaging after testing. Should be working corretly now. :: @QX9770-SRV1/Win64 ==> Cygwin terminal git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3689 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
1be430a487
commit
38aa51a2f0
@ -164,15 +164,15 @@ cat << EOF > ./index.html
|
||||
</head>
|
||||
EOF
|
||||
}
|
||||
|
||||
function build_transfer_package() {
|
||||
|
||||
[ -d ./tmp ] && rm -r ./tmp
|
||||
|
||||
# check if wsjtx-main-toc2.html exists
|
||||
build_file="wsjtx-main-toc2.html"
|
||||
old_html=$(ls -1 ./*.html 2>/dev/null | wc -l)
|
||||
|
||||
if [[ $old_file != 0 ]]
|
||||
if [[ $(ls -1 ./*.html 2>/dev/null | wc -l) > 0 ]]
|
||||
then
|
||||
echo "The docs's directory has previous build files"
|
||||
echo
|
||||
|
Loading…
Reference in New Issue
Block a user