Home | History | Annotate | Download | only in doc

Lines Matching refs:HTML

33 HTML=opus_in_isobmff.html
36 CSS=${HTML%%.html}.css
37 wget -q http://vfrmaniac.fushizen.eu/contents/${HTML} -O ${HTML}
41 cat ${HTML} | sed -e "s/\\.\\.\\/style.css/${CSS}/" > ${HTML}+ && mv ${HTML}+ ${HTML}
44 cat ${HTML} | sed -e 's/<!--.*-->//g' > ${HTML}+ && mv ${HTML}+ ${HTML}
45 cat ${HTML} | sed -e 's/ *$//g' > ${HTML}+ && mv ${HTML}+ ${HTML}
49 VERSION=$(fgrep Version ${HTML} | sed 's/.*Version \([0-9]\.[0-9]\.[0-9]\).*/\1/')