Draft clean-ups and additions.
This commit is contained in:
parent
a404d4e9d5
commit
828e33f304
2 changed files with 522 additions and 234 deletions
|
@ -35,7 +35,10 @@ cp -a "${toplevel}"/COPYING "${destdir}"/COPYING
|
|||
|
||||
tar czf opus_source.tar.gz "${destdir}"
|
||||
echo building base64 version
|
||||
cat opus_source.tar.gz| base64 | tr -d '\n' | fold -w 64 | sed 's/^/###/' > opus_source.base64
|
||||
cat opus_source.tar.gz| base64 | tr -d '\n' | fold -w 64 | \
|
||||
sed -e 's/^/\<spanx style="vbare"\>###/' -e 's/$/\<\/spanx\>\<vspace\/\>/' > \
|
||||
opus_source.base64
|
||||
|
||||
|
||||
#echo '<figure>' > opus_compare_escaped.c
|
||||
#echo '<artwork>' >> opus_compare_escaped.c
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue